2 instantiations of ChameleonKey
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
2139ChameleonKey cKey = new ChameleonKey(targetNamespace, schema);
System\Xml\Schema\XmlSchemaSet.cs (1)
881ChameleonKey cKey = new ChameleonKey(ns, schema);
5 references to ChameleonKey
System.Private.Xml (5)
System\Xml\Schema\Chameleonkey.cs (2)
59ChameleonKey? cKey = obj as ChameleonKey;
System\Xml\Schema\Preprocessor.cs (1)
2139ChameleonKey cKey = new ChameleonKey(targetNamespace, schema);
System\Xml\Schema\XmlSchemaSet.cs (2)
881ChameleonKey cKey = new ChameleonKey(ns, schema); 1323foreach (ChameleonKey? cKey in chameleonKeys)