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