42 references to Content
System.Private.Xml (42)
System\Xml\Xsl\Xslt\QilGenerator.cs (23)
516for (int i = 0; i < tmpl.Content.Count; i++) 518XslNode node = tmpl.Content[i]; 674tmpl.Function.Definition = CompileInstructions(tmpl.Content); 785return CompileInstructions(node.Content); 866QilNode content = CompileInstructions(node.Content, nsList); 911QilNode content = CompileInstructions(node.Content); 980return _f.AttributeCtor(qname, CompileInstructions(node.Content)); 1114return _f.PICtor(qilName, CompileInstructions(node.Content)); 1119return _f.CommentCtor(CompileInstructions(node.Content)); 1144IList<XslNode> content = node.Content; 1168IList<XslNode> content = node.Content; 1230IList<XslNode> content = node.Content; 1251result = _invkGen.GenerateInvoke(tmpl.Function, AddRemoveImplicitArgs(node.Content, tmpl.Flags)!); 1286return _invkGen.GenerateInvoke(attSet.Function, AddRemoveImplicitArgs(node.Content, attSet.Flags)!); 1316QilNode result = CompileInstructions(copy.Content, content); 1324return CompileInstructions(copy.Content); 1335return _f.XsltCopy(node, CompileInstructions(copy.Content)); 1402CompileInstructions(whenNode.Content), 1414IList<XslNode> cases = node.Content; 1426result = CompileInstructions(when.Content); 1446QilNode content = _f.RtfCtor(CompileInstructions(node.Content), _f.String(baseUri)); 1478IList<XslNode> content = node.Content; 2528return 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) 1353var content = node.Content; 1410var content = (List<XslNode>)parent.Content; 1480Debug.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)