2 instantiations of Key
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
59return new Key(_name, _matchKey, _useKey); 101_keyList.Add(new Key(name, MatchKey, UseKey));
9 references to Key
System.Private.Xml (9)
System\Xml\Xsl\XsltOld\Processor.cs (3)
54private readonly Key[]? _keyList; 156internal Key[]? KeyList 360_keyList = new Key[_rootAction.KeyList.Count];
System\Xml\Xsl\XsltOld\RootAction.cs (4)
57public Key Clone() 85private List<Key>? _keyList; 100_keyList ??= new List<Key>(); 245internal List<Key>? KeyList
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
293private Hashtable BuildKeyTable(Key key, XPathNavigator root) 870foreach (Key key in xsltCompileContext._processor!.KeyList!)