6 references to ProcessSchemaLocation
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
268readerSettings.ValidationFlags &= ~System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation;
System.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (1)
315if ((uint)value > (uint)(XmlSchemaValidationFlags.ProcessInlineSchema | XmlSchemaValidationFlags.ProcessSchemaLocation |
System\Xml\Schema\XmlSchemaValidator.cs (4)
183if ( ((validationFlags & XmlSchemaValidationFlags.ProcessInlineSchema) != 0) || ((validationFlags & XmlSchemaValidationFlags.ProcessSchemaLocation) != 0) ) { //Process schema hints in xml document, hence user's set might change 396if ((validationFlags & XmlSchemaValidationFlags.ProcessSchemaLocation) != 0 && xmlResolver != null) { //we should process schema location 1732return (validationFlags & XmlSchemaValidationFlags.ProcessSchemaLocation) != 0; 1739(validationFlags & XmlSchemaValidationFlags.ProcessSchemaLocation) != 0;