1 write to Arg
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
89this.Arg = arg;
4 references to Arg
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1036return GenerateApply((StylesheetLevel)node.Arg, node); 1222if (!(bool)node.Arg) {
System\Xml\Xsl\Xslt\XslAst.cs (1)
98public string Select { get { return (string)Arg; } }
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
372fwdApplyImportsGraph[(Template)currentTemplate] = (Stylesheet)node.Arg;