1 write to _schemas
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
65
_schemas
= schemas;
3 references to _schemas
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
114
partialValidationType =
_schemas
.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc
264
_validator = new XmlSchemaValidator(_nameTable,
_schemas
, NamespaceResolver, validationFlags);
595
schemaAttribute =
_schemas
.GlobalAttributes[attName] as XmlSchemaAttribute;