Skip to content

Instantly share code, notes, and snippets.

@jcansdale
Created April 24, 2017 14:40
Show Gist options
  • Save jcansdale/4ed764b2c7c915fac8356f4a32cd7eb2 to your computer and use it in GitHub Desktop.
Save jcansdale/4ed764b2c7c915fac8356f4a32cd7eb2 to your computer and use it in GitHub Desktop.
What MEF classes consume GitHub.InlineReviews?
>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
.GlyphFactoryProviders = GitHub.InlineReviews.Tags.ReviewGlyphFactoryProvider
Microsoft.VisualStudio.Text.Editor.Implementation.SuggestionMarginProvider
.GlyphMouseProcessorProviders = GitHub.InlineReviews.Tags.ReviewGlyphFactoryProvider
Microsoft.VisualStudio.Editor.Implementation.PeekInterLineAdornmentTaggerProvider
._peekResultPresenters = GitHub.InlineReviews.Peek.ReviewPeekResultPresenter
C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\ENTERPRISE\COMMON7\IDE\EXTENSIONS\AZ3E1ZI5.UWM\TMLanguage.dll
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\Editor\Microsoft.VisualStudio.Platform.VSEditor.dll
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\Editor\Microsoft.VisualStudio.Editor.Implementation.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment