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)
882
schema = (XmlSchema)
_chameleonSchemas
[cKey]!; //Need not clone if a schema for that namespace already exists
1078
prep.ChameleonSchemas =
_chameleonSchemas
;
1321
ICollection chameleonKeys =
_chameleonSchemas
.Keys;
1340
_chameleonSchemas
.Remove(removalList[j]!);