1 write to Match
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
215
this.
Match
= match;
7 references to Match
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1799
if (template.
Match
!= null) {
1801
QilNode result = CompileMatchPattern(template.
Match
);
System\Xml\Xsl\Xslt\Stylesheet.cs (1)
114
if (template.
Match
!= null) {
System\Xml\Xsl\Xslt\XslAst.cs (2)
223
if (
Match
!= null) {
225
dbgName.Append(
Match
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
247
Debug.Assert(tmpl.
Match
!= null);
633
if (tmpl != null && tmpl.
Match
!= null) {