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