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);
153
if (includeLocation != null &&
_schemaLocations
![includeLocation] == null)
155
_schemaLocations
.Add(includeLocation, includeLocation);
172
if (include.Schema.BaseUri != null &&
_schemaLocations
![include.Schema.BaseUri] == null)
174
_schemaLocations
.Add(include.Schema.BaseUri, include.Schema.BaseUri);
186
if (
_schemaLocations
![subUri] != null)
192
_schemaLocations
.Add(subUri, subUri); //The schema for that location is available
221
if (ruri != null &&
_schemaLocations
![ruri] == null)
227
_schemaLocations
.Add(ruri, ruri);