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