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