1 write to _schemaLocations
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
96_schemaLocations = new Hashtable();
12 references to _schemaLocations
System.Private.Xml (12)
System\Xml\Schema\XmlSchemaSet.cs (12)
203return _schemaLocations; 359_schemaLocations.Remove(schema.BaseUri!); 600_schemaLocations.Remove(schema.BaseUri); 821DictionaryEntry[] oldLocations = new DictionaryEntry[_schemaLocations.Count]; 822_schemaLocations.CopyTo(oldLocations, 0); 853schema = (XmlSchema)_schemaLocations[schemaUri]!; 1042_schemaLocations.Remove(schema.BaseUri); 1077prep.SchemaLocations = _schemaLocations; 1115if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1123_schemaLocations.Add(baseUri, currentSchema); 1285schema = (XmlSchema?)_schemaLocations[schemaUri]; 1317_schemaLocations.Remove(reprocessList[i].BaseUri!);