5 instantiations of CompilationAvailableTaggerEventSource
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
55
_eventSource = new
CompilationAvailableTaggerEventSource
(
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
70
return new
CompilationAvailableTaggerEventSource
(
NavigationBar\NavigationBarController.cs (1)
115
_eventSource = new
CompilationAvailableTaggerEventSource
(
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
138
_textViewEventSource = new
CompilationAvailableTaggerEventSource
(
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
65
return new
CompilationAvailableTaggerEventSource
(
1 reference to CompilationAvailableTaggerEventSource
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
38
private readonly
CompilationAvailableTaggerEventSource
_textViewEventSource;