1 write to _processorProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
69
_processorProvider
= processorProvider;
5 references to _processorProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineHints\InlineHintsKeyProcessorProvider.cs (5)
136
if (
_processorProvider
.State == on)
141
on = on &&
_processorProvider
._globalOptions.GetOption(InlineHintsViewOptionsStorage.DisplayAllHintsWhilePressingAltF1);
142
if (
_processorProvider
.State == on)
145
_processorProvider
.State = on;
146
_processorProvider
.StateChanged?.Invoke();