1 write to _schemaLocations
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
84_schemaLocations = new Hashtable();
12 references to _schemaLocations
System.Private.Xml (12)
System\Xml\Schema\XmlSchemaSet.cs (12)
191return _schemaLocations; 347_schemaLocations.Remove(schema.BaseUri!); 588_schemaLocations.Remove(schema.BaseUri); 809DictionaryEntry[] oldLocations = new DictionaryEntry[_schemaLocations.Count]; 810_schemaLocations.CopyTo(oldLocations, 0); 841schema = (XmlSchema)_schemaLocations[schemaUri]!; 1030_schemaLocations.Remove(schema.BaseUri); 1065prep.SchemaLocations = _schemaLocations; 1103if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1111_schemaLocations.Add(baseUri, currentSchema); 1273schema = (XmlSchema?)_schemaLocations[schemaUri]; 1305_schemaLocations.Remove(reprocessList[i].BaseUri!);