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)
114partialValidationType = _schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc 264_validator = new XmlSchemaValidator(_nameTable, _schemas, NamespaceResolver, validationFlags); 595schemaAttribute = _schemas.GlobalAttributes[attName] as XmlSchemaAttribute;