1 write to _schemaLocations
System.Private.Xml (1)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
57
_schemaLocations
= new Hashtable(); //new Dictionary<Uri, Uri>();
9 references to _schemaLocations
System.Private.Xml (9)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
60
_schemaLocations
.Add(schema.BaseUri, schema.BaseUri);
150
if (includeLocation != null &&
_schemaLocations
![includeLocation] == null)
152
_schemaLocations
.Add(includeLocation, includeLocation);
169
if (include.Schema.BaseUri != null &&
_schemaLocations
![include.Schema.BaseUri] == null)
171
_schemaLocations
.Add(include.Schema.BaseUri, include.Schema.BaseUri);
183
if (
_schemaLocations
![subUri] != null)
189
_schemaLocations
.Add(subUri, subUri); //The schema for that location is available
218
if (ruri != null &&
_schemaLocations
![ruri] == null)
224
_schemaLocations
.Add(ruri, ruri);