2 overrides of IsStringProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
664
private protected sealed override bool
IsStringProperty
(string memberName)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\AttributeData.vb (1)
512
Private Protected NotOverridable Overrides Function
IsStringProperty
(memberName As String) As Boolean
2 references to IsStringProperty
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CommonAttributeData.cs (2)
295
if (diagnosticId is null && name == ObsoleteAttributeData.DiagnosticIdPropertyName &&
IsStringProperty
(ObsoleteAttributeData.DiagnosticIdPropertyName))
299
else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName &&
IsStringProperty
(ObsoleteAttributeData.UrlFormatPropertyName))