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