4 references to _inlineHintKeyProcessor
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineHints\InlineHintKeyProcessorEventSource.cs (4)
17
if (
_inlineHintKeyProcessor
!= null)
18
_inlineHintKeyProcessor
.StateChanged += this.RaiseChanged;
23
if (
_inlineHintKeyProcessor
!= null)
24
_inlineHintKeyProcessor
.StateChanged -= this.RaiseChanged;