5 references to ProcessSchemaLocation
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (1)
354
if ((uint)value > (uint)(XmlSchemaValidationFlags.ProcessInlineSchema | XmlSchemaValidationFlags.
ProcessSchemaLocation
|
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
192
if (((validationFlags & XmlSchemaValidationFlags.ProcessInlineSchema) != 0) || ((validationFlags & XmlSchemaValidationFlags.
ProcessSchemaLocation
) != 0))
450
if ((_validationFlags & XmlSchemaValidationFlags.
ProcessSchemaLocation
) != 0 && _xmlResolver != null)
2092
return (_validationFlags & XmlSchemaValidationFlags.
ProcessSchemaLocation
) != 0;
2101
(_validationFlags & XmlSchemaValidationFlags.
ProcessSchemaLocation
) != 0;