1 write to schemaLocations
System.Xml (1)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
56
schemaLocations
= new Hashtable(); //new Dictionary<Uri, Uri>();
9 references to schemaLocations
System.Xml (9)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
58
schemaLocations
.Add(schema.BaseUri, schema.BaseUri);
136
if (includeLocation != null &&
schemaLocations
[includeLocation] == null) {
137
schemaLocations
.Add(includeLocation, includeLocation);
151
if (include.Schema.BaseUri != null &&
schemaLocations
[include.Schema.BaseUri] == null) {
152
schemaLocations
.Add(include.Schema.BaseUri, include.Schema.BaseUri);
162
if(
schemaLocations
[subUri] != null) {
166
schemaLocations
.Add(subUri, subUri); //The schema for that location is available
192
if (ruri != null &&
schemaLocations
[ruri] == null) {
196
schemaLocations
.Add(ruri, ruri);