6 references to UrlFormatPropertyName
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (2)
1321if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName) 2155else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName)
Symbols\Attributes\CommonAttributeData.cs (4)
286if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName && IsStringProperty(ObsoleteAttributeData.UrlFormatPropertyName)) 334else if (urlFormat is null && name == ObsoleteAttributeData.UrlFormatPropertyName && IsStringProperty(ObsoleteAttributeData.UrlFormatPropertyName))