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