3 references to DiagnosticIdPropertyName
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (1)
2156
if (diagnosticId is null && name == ObsoleteAttributeData.
DiagnosticIdPropertyName
)
Symbols\Attributes\CommonAttributeData.cs (2)
337
if (diagnosticId is null && name == ObsoleteAttributeData.
DiagnosticIdPropertyName
&& IsStringProperty(ObsoleteAttributeData.
DiagnosticIdPropertyName
))