1 write to chameleonSchemas
System.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
103chameleonSchemas = new Hashtable();
4 references to chameleonSchemas
System.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
889schema = (XmlSchema)chameleonSchemas[cKey]; //Need not clone if a schema for that namespace already exists 1051prep.ChameleonSchemas = chameleonSchemas; 1252ICollection chameleonKeys = chameleonSchemas.Keys; 1266chameleonSchemas.Remove(removalList[j]);