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