2 instantiations of Key
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
59
return 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)
54
private readonly
Key
[]? _keyList;
156
internal
Key
[]? KeyList
360
_keyList = new
Key
[_rootAction.KeyList.Count];
System\Xml\Xsl\XsltOld\RootAction.cs (4)
57
public
Key
Clone()
85
private List<
Key
>? _keyList;
100
_keyList ??= new List<
Key
>();
245
internal List<
Key
>? KeyList
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
293
private Hashtable BuildKeyTable(
Key
key, XPathNavigator root)
870
foreach (
Key
key in xsltCompileContext._processor!.KeyList!)