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