3 writes to _matchKey
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
83
_matchKey
= compiler.AddQuery("/", /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
97
_matchKey
= compiler.AddQuery(value, /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
145
copy.
_matchKey
= compiler.QueryStore.Count - 1;
4 references to _matchKey
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
25
get { return
_matchKey
; }
56
if (
_matchKey
== Compiler.InvalidQueryKey)
96
Debug.Assert(
_matchKey
== Compiler.InvalidQueryKey);
128
if (!double.IsNaN(_priority) ||
_matchKey
== Compiler.InvalidQueryKey)