4 references to IsStringProperty
Microsoft.CodeAnalysis (4)
Symbols\Attributes\CommonAttributeData.cs (4)
288
if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))
293
if (message is null && name == ObsoleteAttributeData.MessagePropertyName &&
IsStringProperty
(ObsoleteAttributeData.MessagePropertyName))
337
if (diagnosticId is null && name == ObsoleteAttributeData.DiagnosticIdPropertyName &&
IsStringProperty
(ObsoleteAttributeData.DiagnosticIdPropertyName))
341
else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))