Implemented interface member:
event
Changed
Microsoft.CodeAnalysis.Editor.Tagging.ITaggerEventSource.Changed
4 references to Changed
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\CompilationAvailableTaggerEventSource.cs (2)
53
_onCompilationAvailable = () => this.
Changed
?.Invoke(this, TaggerEventArgs.Empty);
81
this.
Changed
?.Invoke(this, args);
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl.xaml.cs (2)
150
_textViewEventSource.
Changed
+= OnEventSourceChanged;
160
_textViewEventSource.
Changed
-= OnEventSourceChanged;