19 references to Severity
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (3)
318
if ( (reader.NodeType == XmlNodeType.Attribute) || (e.
Severity
== System.Xml.Schema.XmlSeverityType.Warning))
327
&& (e.
Severity
== System.Xml.Schema.XmlSeverityType.Warning))
333
if (e.
Severity
== System.Xml.Schema.XmlSeverityType.Warning)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
3571
if (args.
Severity
!= XmlSeverityType.Warning)
3579
if (args.
Severity
== XmlSeverityType.Warning)
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
410
if (e.
Severity
== XmlSeverityType.Error)
System.Web.Extensions (1)
Compilation\WCFModel\MapFileLoader.cs (1)
74
bool isError = (e.
Severity
== XmlSeverityType.Error);
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
159
Warnings.Add(Res.GetString(args.
Severity
== XmlSeverityType.Error ? Res.SchemaValidationError : Res.SchemaValidationWarning, WarningDetails(args.Exception, args.Message)));
System\Web\Services\Description\WebReferenceOptions.cs (1)
156
if (args.
Severity
!= XmlSeverityType.Error)
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
851
if (e.
Severity
== XmlSeverityType.Error)
System.Xml (8)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
691
if (arg.
Severity
== XmlSeverityType.Error) {
697
if (arg.
Severity
== XmlSeverityType.Error) {
706
else if (arg.
Severity
== XmlSeverityType.Error) {
System\Xml\Schema\XmlSchemaSet.cs (1)
1353
if (e.
Severity
== XmlSeverityType.Error) {
System\Xml\Serialization\Mappings.cs (1)
1070
if (args.
Severity
== XmlSeverityType.Error)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
512
if (args.
Severity
== XmlSeverityType.Error)
System\Xml\XPath\XPathNavigator.cs (2)
963
if ( args.
Severity
== XmlSeverityType.Error )
972
else if (exception != null && args.
Severity
== XmlSeverityType.Error) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
305
else if (e.
Severity
== XmlSeverityType.Error) {