10 writes to ObsoletedUrl
Microsoft.CodeAnalysis.NetAnalyzers (10)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (10)
546
attribute.
ObsoletedUrl
= null;
784
attribute.
ObsoletedUrl
= null;
1654
diagnosticAttribute.
ObsoletedUrl
= attribute.ObsoletedUrl;
1663
diagnosticAttribute.
ObsoletedUrl
= attribute.ObsoletedUrl;
1671
diagnosticAttribute.
ObsoletedUrl
= attribute.ObsoletedUrl;
1767
copyTo.
ObsoletedUrl
= copyFrom.ObsoletedUrl;
1889
existing.
ObsoletedUrl
= childAttribute.ObsoletedUrl;
1956
attributes.
ObsoletedUrl
= childAttr.ObsoletedUrl;
2188
attributes.
ObsoletedUrl
= url;
2195
attributes.
ObsoletedUrl
= url;
10 references to ObsoletedUrl
Microsoft.CodeAnalysis.NetAnalyzers (10)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (10)
987
if (attribute.
ObsoletedUrl
is not null)
989
customMessge = $"{customMessge} {attribute.
ObsoletedUrl
}";
994
else if (attribute.
ObsoletedUrl
is not null)
996
message += string.Format(CultureInfo.InvariantCulture, ParenthesisWithPlaceHolder, attribute.
ObsoletedUrl
);
1654
diagnosticAttribute.ObsoletedUrl = attribute.
ObsoletedUrl
;
1663
diagnosticAttribute.ObsoletedUrl = attribute.
ObsoletedUrl
;
1671
diagnosticAttribute.ObsoletedUrl = attribute.
ObsoletedUrl
;
1767
copyTo.ObsoletedUrl = copyFrom.
ObsoletedUrl
;
1889
existing.ObsoletedUrl = childAttribute.
ObsoletedUrl
;
1956
attributes.ObsoletedUrl = childAttr.
ObsoletedUrl
;