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