1 override of IsStringProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
647
private protected sealed override bool
IsStringProperty
(string memberName)
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))