1 instantiation of DocumentKeyList
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\RootAction.cs (1)
39
_keyNodes.Add(new
DocumentKeyList
(root, table));
2 references to DocumentKeyList
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
48
if (((
DocumentKeyList
)_keyNodes[i]!).RootNav.IsSamePosition(root))
50
return ((
DocumentKeyList
)_keyNodes[i]!).KeyTable;