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)
869ChameleonKey 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)
869ChameleonKey cKey = new ChameleonKey(ns, schema); 1311foreach (ChameleonKey? cKey in chameleonKeys)