1 override of Type
Microsoft.CodeAnalysis.Workspaces (1)
OptionDefinition.cs (1)
118
public override Type
Type
6 references to Type
Microsoft.CodeAnalysis.Workspaces (5)
AnalyzerConfigOptionsExtensions.cs (1)
28
if (option.Definition.
Type
== typeof(NamingStylePreferences))
OptionDefinition.cs (1)
52
Debug.Assert(IsSupportedOptionType(
Type
));
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
;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Options\OptionSerializerTests.cs (1)
108
var type = option.Definition.
Type
;