2 references to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\BuildOnlyDiagnosticIdsHandlerTests.cs (2)
78builder.Add(BuildOnlyAnalyzer.Id); 86private static readonly DiagnosticDescriptor s_descriptor = new(Id, "Title", "Message", "Category", DiagnosticSeverity.Warning, isEnabledByDefault: true, customTags: [WellKnownDiagnosticTags.CompilationEnd]);