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