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