22 writes to UnsupportedMessage
Microsoft.CodeAnalysis.NetAnalyzers (22)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (22)
515attribute.UnsupportedMessage = null; 527attribute.UnsupportedMessage = null; 563attribute.UnsupportedMessage = null; 571attribute.UnsupportedMessage = null; 779attribute.UnsupportedMessage = null; 1547diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1565diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1572diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1581diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1588diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1612diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1617diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1623diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1630diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1638diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1764copyTo.UnsupportedMessage = copyFrom.UnsupportedMessage; 1922attributes.UnsupportedMessage = childAttribute.UnsupportedMessage; 1927attributes.UnsupportedMessage = childAttribute.UnsupportedMessage; 1938attributes.UnsupportedMessage = childAttribute.UnsupportedMessage; 2208attributes.UnsupportedMessage = message; 2214attributes.UnsupportedMessage = message; 2220attributes.UnsupportedMessage = message;
16 references to UnsupportedMessage
Microsoft.CodeAnalysis.NetAnalyzers (16)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (16)
974if (attribute.UnsupportedMessage is not null) 976message += string.Format(CultureInfo.InvariantCulture, ParenthesisWithPlaceHolder, attribute.UnsupportedMessage); 1547diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1565diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1572diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1581diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1588diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1612diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1617diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1623diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1630diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1638diagnosticAttribute.UnsupportedMessage = attribute.UnsupportedMessage; 1764copyTo.UnsupportedMessage = copyFrom.UnsupportedMessage; 1922attributes.UnsupportedMessage = childAttribute.UnsupportedMessage; 1927attributes.UnsupportedMessage = childAttribute.UnsupportedMessage; 1938attributes.UnsupportedMessage = childAttribute.UnsupportedMessage;