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