3 references to Microsoft
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Diagnostics\FSharpDiagnosticCustomTags.cs (1)
12
public static string[] Microsoft => CodeAnalysis.Diagnostics.DiagnosticCustomTags.
Microsoft
;
Microsoft.CodeAnalysis.Features (2)
DiagnosticCustomTags.cs (1)
84
customTagsBuilder.AddRange(
Microsoft
);
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
61
customTags: DiagnosticCustomTags.
Microsoft
.Append(WellKnownDiagnosticTags.NotConfigurable));