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)
99if (_schemaLocations![_rootSchema.BaseUri] == null) 101_schemaLocations.Add(_rootSchema.BaseUri, _rootSchema); 276if (includeLocation != null && _schemaLocations![includeLocation] == null) 278_schemaLocations.Add(includeLocation, includedSchema); 334if (_schemaLocations![ruri] == null) 354_schemaLocations.Add(ruri, include.Schema); 390_schemaLocations.Add(ruri, includedSchema); 415include.Schema = (XmlSchema)_schemaLocations[ruri]!; // Set schema object even for duplicates