1 override of Type
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionDefinition.cs (1)
121
public override Type
Type
8 references to Type
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Options\OptionSerializerTests.cs (1)
98
var type = option.Definition.
Type
;
Microsoft.CodeAnalysis.Workspaces (4)
Options\PerLanguageOption.cs (2)
22
/// <inheritdoc cref="OptionDefinition.
Type
"/>
23
public Type Type => _optionDefinition.
Type
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\AnalyzerConfigOptionsExtensions.cs (1)
24
if (option.Definition.
Type
== typeof(NamingStylePreferences))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionDefinition.cs (1)
59
Debug.Assert(IsSupportedOptionType(
Type
));
Roslyn.VisualStudio.Next.UnitTests (3)
UnifiedSettings\UnifiedSettingsTests.cs (3)
265
UnifiedSettingBase actualSetting = expectedOption.Definition.
Type
.IsEnum
304
var type = onboardedOption.Definition.
Type
;
357
var type = onboardedOption.Definition.
Type
;