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