3 writes to matchKey
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
74
this.
matchKey
= compiler.AddQuery("/", /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
86
this.
matchKey
= compiler.AddQuery(value, /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
133
copy.
matchKey
= compiler.QueryStore.Count - 1;
4 references to matchKey
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
27
get { return this.
matchKey
; }
52
if (this.
matchKey
== Compiler.InvalidQueryKey) {
85
Debug.Assert(this.
matchKey
== Compiler.InvalidQueryKey);
118
if (!Double.IsNaN(this.priority) || this.
matchKey
== Compiler.InvalidQueryKey) {