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