3 writes to EnabledForTypes
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
53EnabledForTypes = EnabledForTypes,
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\InlayHints.cs (1)
48TypeOptions = options.TypeOptions with { EnabledForTypes = true },
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
36EnabledForTypes = globalOptions.GetOption(EnabledForTypes, language),
2 references to EnabledForTypes
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
39var enabledForTypes = options.EnabledForTypes;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
92defaultValue: InlineTypeHintsOptions.Default.EnabledForTypes,