1 write to schemaLocations
System.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
102schemaLocations = new Hashtable();
12 references to schemaLocations
System.Xml (12)
System\Xml\Schema\XmlSchemaSet.cs (12)
254return schemaLocations; 400schemaLocations.Remove(schema.BaseUri); 623schemaLocations.Remove(schema.BaseUri); 839DictionaryEntry[] oldLocations = new DictionaryEntry[schemaLocations.Count]; 840schemaLocations.CopyTo(oldLocations, 0); 867schema = (XmlSchema)schemaLocations[schemaUri]; 1020schemaLocations.Remove(schema.BaseUri); 1050prep.SchemaLocations = schemaLocations; 1084if (schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && schemaLocations[baseUri] != null)) { 1090schemaLocations.Add(baseUri, currentSchema); 1218schema = (XmlSchema)schemaLocations[schemaUri]; 1249schemaLocations.Remove(reprocessList[i].BaseUri);