2 references to Empty
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Tagging\EventSources\AbstractTaggerEventSource.cs (1)
27this.Changed?.Invoke(this, TaggerEventArgs.Empty);
Tagging\CompilationAvailableTaggerEventSource.cs (1)
53_onCompilationAvailable = () => this.Changed?.Invoke(this, TaggerEventArgs.Empty);