1 write to _schemaLocations
System.Private.Xml (1)
System\Xml\Schema\Preprocessor.cs (1)
218
_schemaLocations
= value;
8 references to _schemaLocations
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (8)
99
if (
_schemaLocations
![_rootSchema.BaseUri] == null)
101
_schemaLocations
.Add(_rootSchema.BaseUri, _rootSchema);
276
if (includeLocation != null &&
_schemaLocations
![includeLocation] == null)
278
_schemaLocations
.Add(includeLocation, includedSchema);
334
if (
_schemaLocations
![ruri] == null)
354
_schemaLocations
.Add(ruri, include.Schema);
390
_schemaLocations
.Add(ruri, includedSchema);
415
include.Schema = (XmlSchema)
_schemaLocations
[ruri]!; // Set schema object even for duplicates