9 references to Severity
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
803
if (arg.
Severity
== XmlSeverityType.Error)
811
if (arg.
Severity
== XmlSeverityType.Error)
822
else if (arg.
Severity
== XmlSeverityType.Error)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1619
if (e.
Severity
== XmlSeverityType.Error)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1275
if (args.
Severity
== XmlSeverityType.Error)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
581
if (args.
Severity
== XmlSeverityType.Error)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
1151
if (args.
Severity
== XmlSeverityType.Error)
1161
else if (exception != null && args.
Severity
== XmlSeverityType.Error)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
177
if (args.
Severity
!= XmlSeverityType.Error)