6 references to UrlFormatPropertyName
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (2)
1343
if (urlFormat is null && name == ObsoleteAttributeData.
UrlFormatPropertyName
)
2181
else if (urlFormat is null && name == ObsoleteAttributeData.
UrlFormatPropertyName
)
Symbols\Attributes\CommonAttributeData.cs (4)
288
if (urlFormat is null && name == ObsoleteAttributeData.
UrlFormatPropertyName
&& IsStringProperty(ObsoleteAttributeData.
UrlFormatPropertyName
))
341
else if (urlFormat is null && name == ObsoleteAttributeData.
UrlFormatPropertyName
&& IsStringProperty(ObsoleteAttributeData.
UrlFormatPropertyName
))