9 references to Severity
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\xmlvalidationresults.cs (1)
38if (e.Severity == System.Xml.Schema.XmlSeverityType.Error)
System.Private.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
778if (arg.Severity == XmlSeverityType.Error) 786if (arg.Severity == XmlSeverityType.Error) 797else if (arg.Severity == XmlSeverityType.Error)
System\Xml\Schema\XmlSchemaSet.cs (1)
1449if (e.Severity == XmlSeverityType.Error)
System\Xml\Serialization\Mappings.cs (1)
1207if (args.Severity == XmlSeverityType.Error)
System\Xml\XPath\XPathNavigator.cs (2)
1092if (args.Severity == XmlSeverityType.Error) 1102else if (exception != null && args.Severity == XmlSeverityType.Error)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
369else if (e.Severity == XmlSeverityType.Error)