1 implementation of IInlineHintKeyProcessor
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
26internal sealed class InlineHintsKeyProcessorProvider : IKeyProcessorProvider, IInlineHintKeyProcessor
6 references to IInlineHintKeyProcessor
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineHints\InlineHintKeyProcessorEventSource.cs (2)
11private sealed class InlineHintKeyProcessorEventSource(IInlineHintKeyProcessor? inlineHintKeyProcessor) : AbstractTaggerEventSource 13private readonly IInlineHintKeyProcessor? _inlineHintKeyProcessor = inlineHintKeyProcessor;
InlineHints\InlineHintsDataTaggerProvider.cs (2)
26IInlineHintKeyProcessor inlineHintKeyProcessor) 30private readonly IInlineHintKeyProcessor _inlineHintKeyProcessor = inlineHintKeyProcessor;
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
22[Export(typeof(IInlineHintKeyProcessor))]
InlineHints\InlineHintsTaggerProvider.cs (1)
45[Import(AllowDefault = true)] IInlineHintKeyProcessor inlineHintKeyProcessor) : IViewTaggerProvider