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); 145copy._matchKey = compiler.QueryStore.Count - 1;
4 references to _matchKey
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
25get { return _matchKey; } 56if (_matchKey == Compiler.InvalidQueryKey) 96Debug.Assert(_matchKey == Compiler.InvalidQueryKey); 128if (!double.IsNaN(_priority) || _matchKey == Compiler.InvalidQueryKey)