8 references to Severity
System.Private.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
778
if (arg.
Severity
== XmlSeverityType.Error)
786
if (arg.
Severity
== XmlSeverityType.Error)
797
else if (arg.
Severity
== XmlSeverityType.Error)
System\Xml\Schema\XmlSchemaSet.cs (1)
1437
if (e.
Severity
== XmlSeverityType.Error)
System\Xml\Serialization\Mappings.cs (1)
1231
if (args.
Severity
== XmlSeverityType.Error)
System\Xml\XPath\XPathNavigator.cs (2)
1092
if (args.
Severity
== XmlSeverityType.Error)
1102
else if (exception != null && args.
Severity
== XmlSeverityType.Error)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
369
else if (e.
Severity
== XmlSeverityType.Error)