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