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