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