9 references to DiagnosticCustomTags
Microsoft.CodeAnalysis.ExternalAccess.FSharp (3)
Diagnostics\FSharpDiagnosticCustomTags.cs (3)
12public static string[] Microsoft => CodeAnalysis.Diagnostics.DiagnosticCustomTags.Microsoft; 14public static string[] EditAndContinue => CodeAnalysis.Diagnostics.DiagnosticCustomTags.EditAndContinue; 16public static string[] Unnecessary => CodeAnalysis.Diagnostics.DiagnosticCustomTags.Unnecessary;
Microsoft.CodeAnalysis.Features (6)
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
55customTags: DiagnosticCustomTags.Microsoft.Append(WellKnownDiagnosticTags.NotConfigurable));
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (2)
67customTags: DiagnosticCustomTags.EditAndContinue); 243customTags: DiagnosticCustomTags.EditAndContinue));
src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
66customTags: DiagnosticCustomTags.Create(isUnnecessary, isConfigurable, isCustomConfigurable: hasAnyCodeStyleOption, enforceOnBuild));
src\Analyzers\Core\Analyzers\AbstractCodeQualityDiagnosticAnalyzer.cs (1)
56customTags: DiagnosticCustomTags.Create(isUnnecessary, isConfigurable, isCustomConfigurable: hasAnyCodeStyleOption, enforceOnBuild));
src\Analyzers\Core\Analyzers\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer.cs (1)
43customTags: [.. DiagnosticCustomTags.Microsoft, EnforceOnBuild.Never.ToCustomTag()]);