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