2 instantiations of ChameleonKey
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
1751
ChameleonKey cKey = new
ChameleonKey
(targetNamespace, schema);
System\Xml\Schema\XmlSchemaSet.cs (1)
888
ChameleonKey cKey = new
ChameleonKey
(ns, schema);
5 references to ChameleonKey
System.Xml (5)
System\Xml\Schema\Chameleonkey.cs (2)
55
ChameleonKey
cKey = obj as
ChameleonKey
;
System\Xml\Schema\Preprocessor.cs (1)
1751
ChameleonKey
cKey = new ChameleonKey(targetNamespace, schema);
System\Xml\Schema\XmlSchemaSet.cs (2)
888
ChameleonKey
cKey = new ChameleonKey(ns, schema);
1254
foreach(
ChameleonKey
cKey in chameleonKeys) {