1 write to schemaLocations
System.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
203
schemaLocations
= value;
8 references to schemaLocations
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (8)
96
if (
schemaLocations
[rootSchema.BaseUri] == null) {
97
schemaLocations
.Add(rootSchema.BaseUri, rootSchema);
251
if (includeLocation != null &&
schemaLocations
[includeLocation] == null) {
252
schemaLocations
.Add(includeLocation, includedSchema);
299
if (
schemaLocations
[ruri] == null) { // Only if location already not processed
314
schemaLocations
.Add(ruri, include.Schema);
342
schemaLocations
.Add(ruri, includedSchema);
361
include.Schema = (XmlSchema)
schemaLocations
[ruri]; //Set schema object even for duplicates