3 references to IsStringProperty
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CommonAttributeData.cs (3)
286
if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))
330
if (diagnosticId is null && name == ObsoleteAttributeData.DiagnosticIdPropertyName &&
IsStringProperty
(ObsoleteAttributeData.DiagnosticIdPropertyName))
334
else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))