1 implementation of StateChanged
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
57
public 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;