1 write to _chameleonSchemas
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
85_chameleonSchemas = new Hashtable();
4 references to _chameleonSchemas
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
870schema = (XmlSchema)_chameleonSchemas[cKey]!; //Need not clone if a schema for that namespace already exists 1066prep.ChameleonSchemas = _chameleonSchemas; 1309ICollection chameleonKeys = _chameleonSchemas.Keys; 1328_chameleonSchemas.Remove(removalList[j]!);