1 write to Match
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
183
this.
Match
= match;
7 references to Match
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2143
if (template.
Match
!= null)
2146
QilNode result = CompileMatchPattern(template.
Match
);
System\Xml\Xsl\Xslt\Stylesheet.cs (1)
128
if (template.
Match
!= null)
System\Xml\Xsl\Xslt\XslAst.cs (2)
192
if (
Match
!= null)
195
dbgName.Append(
Match
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
286
Debug.Assert(tmpl.
Match
!= null);
660
if (tmpl != null && tmpl.
Match
!= null)