1 implementation of StateChanged
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
57public event Action? StateChanged;
2 references to StateChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintKeyProcessorEventSource.cs (2)
18_inlineHintKeyProcessor.StateChanged += this.RaiseChanged; 24_inlineHintKeyProcessor.StateChanged -= this.RaiseChanged;