5 references to MatchKey
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
685this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
187if (template.MatchKey != Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
133TheQuery theQuery = (TheQuery)compiler.QueryStore![this.MatchKey]!; 154compiler.QueryStore[this.MatchKey] = new TheQuery(
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
86int matchKey = action.MatchKey;