3 references to DiagnosticId
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
1221
Diagnostic(CSharpGenericNameAnalyzer.
DiagnosticId
, @"Nullable<int>").WithLocation(9, 17));
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
668
public const string DiagnosticId = nameof(
DiagnosticId
);
675
new DiagnosticDescriptor(
DiagnosticId
, Title, Message,