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)
136if (_processorProvider.State == on) 141on = on && _processorProvider._globalOptions.GetOption(InlineHintsViewOptionsStorage.DisplayAllHintsWhilePressingAltF1); 142if (_processorProvider.State == on) 145_processorProvider.State = on; 146_processorProvider.StateChanged?.Invoke();