41 references to Warning
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (3)
318if ( (reader.NodeType == XmlNodeType.Attribute) || (e.Severity == System.Xml.Schema.XmlSeverityType.Warning)) 327&& (e.Severity == System.Xml.Schema.XmlSeverityType.Warning)) 333if (e.Severity == System.Xml.Schema.XmlSeverityType.Warning)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
3571if (args.Severity != XmlSeverityType.Warning) 3579if (args.Severity == XmlSeverityType.Warning)
System.Xml (36)
System\Xml\Schema\DtdValidator.cs (1)
89SendValidationEvent(Res.Xml_NoDTDPresent, this.name.ToString(), XmlSeverityType.Warning);
System\Xml\Schema\Preprocessor.cs (6)
294SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 333SendValidationEvent(Res.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 349SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, eInner, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 357SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 723SendValidationEvent(Res.Sch_MultipleRedefine, redefine, XmlSeverityType.Warning); 1726SendValidationEvent(Res.Sch_UnrefNS, value.Namespace, xso, XmlSeverityType.Warning);
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
846SendValidationEvent(Res.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 926SendValidationEvent(Res.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1006SendValidationEvent(Res.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 1435SendValidationEvent(Res.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.Warning); 1455SendValidationEvent(Res.Sch_AttributeIgnored, attributeValue.QualifiedName.ToString(), attributeValue, XmlSeverityType.Warning); 1984SendValidationEvent(Res.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
210SendValidationEvent(Res.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 218SendValidationEvent(Res.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); 1406SendValidationEvent(Res.Sch_UnrefNS,value.Namespace,xso, XmlSeverityType.Warning);
System\Xml\Schema\SchemaSetCompiler.cs (6)
939SendValidationEvent(Res.Sch_EmptyChoice, choice, XmlSeverityType.Warning); 1024SendValidationEvent(Res.Sch_EmptyChoice, groupRef, XmlSeverityType.Warning); 1095SendValidationEvent(Res.Sch_EmptyChoice, oldChoice, XmlSeverityType.Warning); 1714SendValidationEvent(Res.Sch_AttributeIgnored, attr.QualifiedName.ToString(), attr, XmlSeverityType.Warning); 1734SendValidationEvent(Res.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.Warning); 2339SendValidationEvent(Res.Sch_ComplexContentModel, complexType, XmlSeverityType.Warning);
System\Xml\Schema\XdrBuilder.cs (1)
502SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warning);
System\Xml\Schema\XdrValidator.cs (2)
296SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warning); 371SendValidationEvent(new XmlSchemaException(Res.Xml_NoValidation, string.Empty), XmlSeverityType.Warning);
System\Xml\Schema\XmlSchemaSet.cs (1)
477SendValidationEvent(new XmlSchemaException(Res.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.Warning);
System\Xml\Schema\XmlSchemaValidator.cs (7)
510SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 599SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 1417XmlSeverityType severity = XmlSeverityType.Warning; 1472SendValidationEvent(Res.Sch_NoElementSchemaFound, QNameString(context.LocalName, context.Namespace), XmlSeverityType.Warning); 1564SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e, XmlSeverityType.Warning); 2344if (severity != XmlSeverityType.Warning || ReportValidationWarnings) { 2362if (severity != XmlSeverityType.Warning || ReportValidationWarnings) {
System\Xml\Schema\XsdValidator.cs (3)
204SendValidationEvent(Res.Sch_NoElementSchemaFound, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace), XmlSeverityType.Warning); 430SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 510SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warning);