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