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)
287
if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))
292
if (message is null && name == ObsoleteAttributeData.MessagePropertyName &&
IsStringProperty
(ObsoleteAttributeData.MessagePropertyName))
336
if (diagnosticId is null && name == ObsoleteAttributeData.DiagnosticIdPropertyName &&
IsStringProperty
(ObsoleteAttributeData.DiagnosticIdPropertyName))
340
else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))