This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>github mef-FindSatisfyingExports GitHub.InlineReviews | |
Microsoft.VisualStudio.TMLanguage.AssetFinder | |
.Taggers = GitHub.InlineReviews.Tags.ReviewTaggerProvider | |
Microsoft.VisualStudio.Language.Intellisense.Implementation.PeekBroker | |
.UnOrderedPeekableItemSourceProviderExports = GitHub.InlineReviews.Peek.ReviewPeekableItemSourceProvider | |
Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregatorFactoryService | |
.BufferTaggerProviders = GitHub.InlineReviews.Tags.ReviewTaggerProvider | |
Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMarginProvider | |
.GlyphMouseProcessorProviders = GitHub.InlineReviews.Tags.ReviewGlyphFactoryProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft.VisualStudio.TeamFoundation.VersionControl.PendingChanges.ChangesToExcludeSectionVS (C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\3y3blfwb.uew\Microsoft.VisualStudio.TeamFoundation.VersionControl.dll) | |
ParentPageId: FD273AA7-0538-474B-954F-2327F91CEF5E | |
ExportTypeIdentity: Microsoft.TeamFoundation.Controls.ITeamExplorerSection | |
Id: 7B018EAE-3E33-4F04-B5CA-DA8358396581 | |
PlacementParentPageId: 22841D4D-257A-4421-ADF5-44F5ED556EA3 | |
PlacementPriority: System.Int32[] | |
Priority: 50 | |
ContractType: Microsoft.TeamFoundation.Controls.ITeamExplorerSection | |
ContractName: | |
Microsoft.VisualStudio.TeamFoundation.VersionControl.PendingChanges.ChangesToIncludeSectionVS (C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\3y3blfwb.uew\Microsoft.VisualStudio.TeamFoundation.VersionControl.dll) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------ Test started: Assembly: WpfApp2.exe ------ | |
Microsoft.VisualStudio.PlatformUI.MainWindow: MainSite, Children = 1, VisibleChildren = 1, DockedWidth = 200, DockedHeight = 200 | |
Microsoft.VisualStudio.PlatformUI.Shell.Controls.WindowContentPresenter | |
Microsoft.VisualStudio.PlatformUI.MainWindowTitleBar | |
Microsoft.VisualStudio.PlatformUI.Shell.Controls.SystemMenu | |
Microsoft.VisualStudio.PlatformUI.Shell.Controls.WindowTitleBarButton | |
Microsoft.VisualStudio.PlatformUI.Shell.Controls.WindowTitleBarButton | |
Microsoft.VisualStudio.PlatformUI.Shell.Controls.WindowTitleBarButton | |
Microsoft.VisualStudio.PlatformUI.FrameControlContainer Items.Count:3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RootGrid (Grid) | |
MainWindowTitleBar (MainWindowTitleBar) | |
SystemMenu (SystemMenu) | |
VectorIcon (Path) | |
WindowTitleBarButtons (StackPanel) | |
MinimizeButton (WindowTitleBarButton) | |
Border (Border) | |
MinimizeButtonPath (Path) | |
MaximizeRestoreButton (WindowTitleBarButton) | |
Border (Border) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public GitHubCredentialProvider(ISharedCache sharedCache) | |
{ | |
Guard.ArgumentNotNull(sharedCache, nameof(sharedCache)); | |
secureCache = sharedCache.Secure; |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hash": "168342912c5854b9ae2992e3d25b29bb3dc2cc71f9c1f458239aca21f6b54d3a", | |
"ver": 1, | |
"vin_sz": 1, | |
"vout_sz": 99943, | |
"lock_time": 0, | |
"size": 1000000, | |
"in": [ | |
{ | |
"prev_out": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> ntdll.dll!_NtCreateFile@44() Unknown Symbols loaded. | |
KernelBase.dll!CreateFileInternal() Unknown Symbols loaded. | |
KernelBase.dll!_CreateFileW@28() Unknown Symbols loaded. | |
sqmapi.dll!CSqmHttpUploadManager::ReadSqmHeaderAndProtocolSection(struct SQM_UPLOAD_FILE *,unsigned char * *,unsigned long *) Unknown Symbols loaded. | |
sqmapi.dll!CSqmHttpUploadManager::InitializeSqmFile(struct SQM_UPLOAD_FILE *,unsigned short const *,unsigned short const *,unsigned short const *,unsigned long,void (*)(void *,struct _SQM_UPLOADEX_CALLBACK_INPUT *,struct _SQM_UPLOADEX_CALLBACK_OUTPUT *),void *,int *) Unknown Symbols loaded. | |
sqmapi.dll!CSqmHttpUploadManager::AddFilesToUploadQueue(unsigned short const *,unsigned short const *,unsigned short const *,unsigned long,void (*)(void *,struct _SQM_UPLOADEX_CALLBACK_INPUT *,struct _SQM_UPLOADEX_CALLBACK_OUTPUT *),void *,unsigned long *) Unknown Symbols loaded. | |
sqmapi.dll!_SqmStartUploadEx@24() Unknown Symbols loaded. | |
sqmapi.dll!_SqmStartUpload@20() Unknown Symbols loade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static IVsCodeWindow GetCodeWindow(this IVsWindowFrame windowFrame) | |
{ | |
ErrorHandler.ThrowOnFailure(windowFrame.GetProperty((int)__VSFPROPID.VSFPROPID_DocView, out object docView)); | |
return docView as IVsCodeWindow; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query { | |
search(first: 100, type: REPOSITORY, query: "VisualStudio") | |
{ | |
nodes | |
{ | |
... on Repository | |
{ | |
nameWithOwner | |
object(oid: "ed204a53a72ce1d54556bfcceda6103b926f3ae5") | |
{ |