30 references to new
Microsoft.CodeAnalysis.Features (16)
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (2)
17
public static readonly PerLanguageOption2<BackgroundAnalysisScope> BackgroundAnalysisScopeOption =
new
(
23
public static readonly PerLanguageOption2<CompilerDiagnosticsScope> CompilerDiagnosticsScopeOption =
new
(
EmbeddedLanguages\Json\LanguageServices\JsonDetectionOptionsStorage.cs (2)
12
public static readonly PerLanguageOption2<bool> DetectAndOfferEditorFeaturesForProbableJsonStrings =
new
(
17
public static PerLanguageOption2<bool> ReportInvalidJsonPatterns =
new
(
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexOptionsStorage.cs (1)
12
public static PerLanguageOption2<bool> ReportInvalidRegexPatterns =
new
(
src\roslyn\src\Analyzers\Core\Analyzers\ValidateFormatString\FormatStringValidationOptionStorage.cs (1)
12
public static readonly PerLanguageOption2<bool> ReportInvalidPlaceholdersInStringDotFormatCalls =
new
(
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementType\ImplementTypeOptions.cs (2)
28
public static readonly PerLanguageOption2<ImplementTypeInsertionBehavior> InsertionBehavior =
new
(
45
public static readonly PerLanguageOption2<ImplementTypePropertyGenerationBehavior> PropertyGenerationBehavior =
new
(
src\roslyn\src\Analyzers\Core\CodeFixes\Options\FadingOptions.cs (3)
15
public static readonly PerLanguageOption2<bool> FadeOutUnusedImports =
new
("dotnet_fade_out_unused_imports", defaultValue: true);
16
public static readonly PerLanguageOption2<bool> FadeOutUnusedMembers =
new
("dotnet_fade_out_unused_members", defaultValue: true);
17
public static readonly PerLanguageOption2<bool> FadeOutUnreachableCode =
new
("dotnet_fade_out_unreachable_code", defaultValue: true);
SymbolSearch\SymbolSearchOptions.cs (5)
57
public static PerLanguageOption2<bool> SearchReferenceAssemblies =
new
(
63
public static PerLanguageOption2<bool> SearchNuGetPackages =
new
(
69
public static PerLanguageOption2<bool> SearchReferencedProjectSymbols =
new
(
75
public static PerLanguageOption2<bool> SearchUnreferencedProjectSourceSymbols =
new
(
81
public static PerLanguageOption2<bool> SearchUnreferencedMetadataSymbols =
new
(
Microsoft.CodeAnalysis.Workspaces (14)
Recommendations\RecommendationOptions.cs (2)
20
public static readonly PerLanguageOption2<bool> HideAdvancedMembers = new
PerLanguageOption2
<bool>(
24
public static readonly PerLanguageOption2<bool> FilterOutOfScopeLocals = new
PerLanguageOption2
<bool>(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleHelpers.cs (1)
150
var option = new
PerLanguageOption2
<CodeStyleOption2<T>>(name, defaultValue, group, isEditorConfigOption: true, serializer: (serializerFactory ?? EditorConfigValueSerializer.CodeStyle).Invoke(defaultValue));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Editing\GenerationOptions.cs (2)
15
public static readonly PerLanguageOption2<bool> PlaceSystemNamespaceFirst =
new
(
21
public static readonly PerLanguageOption2<bool> SeparateImportDirectiveGroups =
new
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (7)
26
public static PerLanguageOption2<bool> UseTabs = new
PerLanguageOption2
<bool>(
31
public static PerLanguageOption2<int> TabSize = new
PerLanguageOption2
<int>(
35
public static PerLanguageOption2<int> IndentationSize = new
PerLanguageOption2
<int>(
39
public static PerLanguageOption2<string> NewLine = new
PerLanguageOption2
<string>(
61
public static PerLanguageOption2<IndentStyle> SmartIndent = new
PerLanguageOption2
<IndentStyle>(
80
public static readonly PerLanguageOption2<int> WrappingColumn =
new
(
88
public static readonly PerLanguageOption2<int> ConditionalExpressionWrappingLength =
new
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyleOptions.cs (1)
23
internal static PerLanguageOption2<NamingStylePreferences> NamingPreferences { get; } =
new
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Options\MemberDisplayOptions.cs (1)
30
public static readonly PerLanguageOption2<bool> HideAdvancedMembers =
new
(