2 instantiations of Key
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
57return new Key(name, matchKey, useKey); 105this.keyList.Add(new Key(name, MatchKey, UseKey));
9 references to Key
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\Processor.cs (3)
56private Key[] keyList; 150internal Key[] KeyList { 327this.keyList = new Key[this.rootAction.KeyList.Count];
System\Xml\Xsl\XsltOld\RootAction.cs (4)
56public Key Clone() { 80private List<Key> keyList; 103this.keyList = new List<Key>(); 221internal List<Key> KeyList{
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
250private Hashtable BuildKeyTable(Key key, XPathNavigator root) { 720foreach (Key key in xsltCompileContext.processor.KeyList) {