2 references to XmlAttribute_DiagnosticSeverity
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (2)
120
new XAttribute(
XmlAttribute_DiagnosticSeverity
, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
172
var severityAttribute = element.Attribute(
XmlAttribute_DiagnosticSeverity
);