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