5 references to MatchKey
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
615this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
162if (template.MatchKey != Compiler.InvalidQueryKey) {
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
122TheQuery theQuery = (TheQuery)compiler.QueryStore[this.MatchKey]; 141compiler.QueryStore[this.MatchKey] = new TheQuery(
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
82int matchKey = action.MatchKey;