1 instantiation of TaggerEventArgs
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\TaggerEventArgs.cs (1)
15public static new readonly TaggerEventArgs Empty = new();
8 references to TaggerEventArgs
Microsoft.CodeAnalysis.EditorFeatures (8)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
67private void OnEventSourceChanged(object? sender, TaggerEventArgs _)
NavigationBar\NavigationBarController.cs (1)
200private void OnEventSourceChanged(object? sender, TaggerEventArgs e)
Shared\Tagging\EventSources\AbstractTaggerEventSource.cs (2)
21public event EventHandler<TaggerEventArgs>? Changed; 26this.Changed?.Invoke(this, TaggerEventArgs.Empty);
Shared\Tagging\EventSources\TaggerEventSources.CompositionEventSource.cs (1)
36public event EventHandler<TaggerEventArgs> Changed
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
169private void OnEventSourceChanged(object? _1, TaggerEventArgs _2)
Tagging\ITaggerEventSource.cs (1)
48event EventHandler<TaggerEventArgs> Changed;
Tagging\TaggerEventArgs.cs (1)
15public static new readonly TaggerEventArgs Empty = new();