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