7 references to ProcessIdentityConstraints
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (3)
355
XmlSchemaValidationFlags.ReportValidationWarnings | XmlSchemaValidationFlags.
ProcessIdentityConstraints
|
594
_validationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
651
return new XmlValidatingReaderImpl(baseReader, this.GetEventHandler(), (this.ValidationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
280
settings.ValidationFlags &= ~XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
101
validationFlags |= XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2068
return (_validationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
398
readerSettings.ValidationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;