1 write to _validatedNamespaces
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
180_validatedNamespaces = new Hashtable();
9 references to _validatedNamespaces
System.Private.Xml (9)
System\Xml\Schema\XmlSchemaValidator.cs (9)
247_validatedNamespaces!.Clear(); 333Debug.Assert(_validatedNamespaces != null); 334if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) 353if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) 467if (_validatedNamespaces![namespaceUri] == null) 469_validatedNamespaces!.Add(namespaceUri, namespaceUri); 693if (_validatedNamespaces![namespaceUri] == null) 695_validatedNamespaces!.Add(namespaceUri, namespaceUri); 1852_schemaSet.Add(uri, Reader, _validatedNamespaces!);