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