42 references to Content
System.Private.Xml (42)
System\Xml\Xsl\Xslt\QilGenerator.cs (23)
512for (int i = 0; i < tmpl.Content.Count; i++) 514XslNode node = tmpl.Content[i]; 670tmpl.Function.Definition = CompileInstructions(tmpl.Content); 781return CompileInstructions(node.Content); 862QilNode content = CompileInstructions(node.Content, nsList); 907QilNode content = CompileInstructions(node.Content); 976return _f.AttributeCtor(qname, CompileInstructions(node.Content)); 1110return _f.PICtor(qilName, CompileInstructions(node.Content)); 1115return _f.CommentCtor(CompileInstructions(node.Content)); 1140IList<XslNode> content = node.Content; 1164IList<XslNode> content = node.Content; 1226IList<XslNode> content = node.Content; 1247result = _invkGen.GenerateInvoke(tmpl.Function, AddRemoveImplicitArgs(node.Content, tmpl.Flags)!); 1282return _invkGen.GenerateInvoke(attSet.Function, AddRemoveImplicitArgs(node.Content, attSet.Flags)!); 1312QilNode result = CompileInstructions(copy.Content, content); 1320return CompileInstructions(copy.Content); 1331return _f.XsltCopy(node, CompileInstructions(copy.Content)); 1398CompileInstructions(whenNode.Content), 1410IList<XslNode> cases = node.Content; 1422result = CompileInstructions(when.Content); 1442QilNode content = _f.RtfCtor(CompileInstructions(node.Content), _f.String(baseUri)); 1474IList<XslNode> content = node.Content; 2524return InvokeApplyFunction(sheet, /*mode:*/node.Name!, node.Content);
System\Xml\Xsl\Xslt\XslAst.cs (1)
168InsertContent(other.Content);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (13)
184foreach (XslNode instr in tmpl.Content) 321foreach (var child in node.Content) 359foreach (XslNode instr in node.Content) 424VarPar?[] typeDonors = new VarPar[node.Content.Count]; 427foreach (XslNode instr in node.Content) 441foreach (XslNode instr in target.Content) 457foreach (XslNode withPar in node.Content) 532foreach (XslNode child in node.Content) 703if (node.Content.Count != 0) 720else if (node.Content.Count != 0) 1351var content = node.Content; 1408var content = (List<XslNode>)parent.Content; 1478Debug.Assert(parent.Content.Count == split + 1);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
817CheckUseAttrubuteSetInList(xslNode.Content); 830CheckUseAttrubuteSetInList(attSet.Content); 837Debug.Assert(attSet.Content[0].SourceLine != null); 838_compiler.ReportError(/*[XT0720]*/attSet.Content[0].SourceLine!, SR.Xslt_CircularAttributeSet, attSet.Name!.QualifiedName);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
82foreach (XslNode child in node.Content)