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