2 references to XmlAttribute_DiagnosticSeverity
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOption2`1.cs (2)
136
new XAttribute(
XmlAttribute_DiagnosticSeverity
, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
188
var severityAttribute = element.Attribute(
XmlAttribute_DiagnosticSeverity
);