1 write to validatedNamespaces
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
189
validatedNamespaces
= new Hashtable();
9 references to validatedNamespaces
System.Xml (9)
System\Xml\Schema\XmlSchemaValidator.cs (9)
237
validatedNamespaces
.Clear();
309
Debug.Assert(
validatedNamespaces
!= null);
310
if (
validatedNamespaces
[tns] != null && schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) {
327
if (
validatedNamespaces
[tns] != null && schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) {
434
if (
validatedNamespaces
[namespaceUri] == null) {
435
validatedNamespaces
.Add(namespaceUri, namespaceUri);
634
if (
validatedNamespaces
[ns] == null) {
635
validatedNamespaces
.Add(ns, ns);
1557
schemaSet.Add(uri, Reader,
validatedNamespaces
);