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