5 references to Type
Microsoft.CodeAnalysis.Workspaces (5)
Options\Option.cs (1)
27public Type Type => _optionDefinition.Type;
Options\PerLanguageOption.cs (2)
22/// <inheritdoc cref="OptionDefinition.Type"/> 23public Type Type => _optionDefinition.Type;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\AnalyzerConfigOptionsExtensions.cs (1)
25if (option.Definition.Type == typeof(NamingStylePreferences))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionDefinition.cs (1)
59Debug.Assert(IsSupportedOptionType(Type));