1 write to Arg
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
90this.Arg = arg;
4 references to Arg
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1218return GenerateApply((StylesheetLevel)node.Arg!, node); 1448if (!(bool)node.Arg!)
System\Xml\Xsl\Xslt\XslAst.cs (1)
100public string? Select { get { return (string?)Arg; } }
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
349_fwdApplyImportsGraph![(Template)_currentTemplate] = (Stylesheet)node.Arg!;