3 writes to EnabledForTypes
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
36EnabledForTypes = globalOptions.GetOption(EnabledForTypes, language),
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
InlineHints\AbstractInlineHintsTests.vb (1)
84.EnabledForTypes = optionIsEnabled AndAlso Not ephemeral
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
54EnabledForTypes = EnabledForTypes,
2 references to EnabledForTypes
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
80defaultValue: InlineTypeHintsOptions.Default.EnabledForTypes);
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
46var enabledForTypes = options.EnabledForTypes;