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