4 references to Microsoft
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Diagnostics\FSharpDiagnosticCustomTags.cs (1)
12
public static string[] Microsoft => CodeAnalysis.Diagnostics.DiagnosticCustomTags.
Microsoft
;
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
55
customTags: DiagnosticCustomTags.
Microsoft
.Append(WellKnownDiagnosticTags.NotConfigurable));
src\Analyzers\Core\Analyzers\DiagnosticCustomTags.cs (1)
77
customTagsBuilder.AddRange(
Microsoft
);
src\Analyzers\Core\Analyzers\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer.cs (1)
43
customTags: [.. DiagnosticCustomTags.
Microsoft
, EnforceOnBuild.Never.ToCustomTag()]);