1 write to DiagnosticId
Microsoft.CodeAnalysis (1)
Symbols\Attributes\ObsoleteAttributeData.cs (1)
35DiagnosticId = diagnosticId;
4 references to DiagnosticId
Microsoft.CodeAnalysis (4)
Diagnostic\CustomObsoleteDiagnosticInfo.cs (2)
31var id = Data.DiagnosticId; 62var diagnosticId = Data.DiagnosticId;
Symbols\Attributes\ObsoleteAttributeData.cs (2)
65/// by formatting this string using the <see cref="DiagnosticId"/> as the single argument. 69/// e.g. with a <see cref="DiagnosticId"/> value <c>"TEST1"</c>,