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