9 references to Severity
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\xmlvalidationresults.cs (1)
38
if (e.
Severity
== System.Xml.Schema.XmlSeverityType.Error)
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)
1449
if (e.
Severity
== XmlSeverityType.Error)
System\Xml\Serialization\Mappings.cs (1)
1207
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)