1 reference to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\BuildOnlyDiagnosticIdsHandlerTests.cs (1)
92
private static readonly DiagnosticDescriptor s_descriptor = new(
Id
, "Title", "Message", "Category", DiagnosticSeverity.Warning, isEnabledByDefault: true, customTags: [WellKnownDiagnosticTags.CompilationEnd]);