1 write to _matchKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\RootAction.cs (1)
27
_matchKey
= matchkey;
2 references to _matchKey
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
33
public int MatchKey { get { return
_matchKey
; } }
59
return new Key(_name,
_matchKey
, _useKey);