42 references to Content
System.Data.SqlXml (42)
System\Xml\Xsl\Xslt\QilGenerator.cs (23)
445for (int i = 0; i < tmpl.Content.Count; i++) { 446XslNode node = tmpl.Content[i]; 578tmpl.Function.Definition = CompileInstructions(tmpl.Content); 676return CompileInstructions(node.Content); 741QilNode content = CompileInstructions(node.Content, nsList); 777QilNode content = CompileInstructions(node.Content); 832return f.AttributeCtor(qname, CompileInstructions(node.Content)); 938return f.PICtor(qilName, CompileInstructions(node.Content)); 942return f.CommentCtor(CompileInstructions(node.Content)); 963IList<XslNode> content = node.Content; 986IList<XslNode> content = node.Content; 1043IList<XslNode> content = node.Content; 1060result = invkGen.GenerateInvoke(tmpl.Function, AddRemoveImplicitArgs(node.Content, tmpl.Flags)); 1088return invkGen.GenerateInvoke(attSet.Function, AddRemoveImplicitArgs(node.Content, attSet.Flags)); 1112QilNode result = CompileInstructions(copy.Content, content); 1118return CompileInstructions(copy.Content); 1125return f.XsltCopy(node, CompileInstructions(copy.Content)); 1180CompileInstructions(whenNode.Content), 1190IList<XslNode> cases = node.Content; 1200result = CompileInstructions(when.Content); 1216QilNode content = f.RtfCtor(CompileInstructions(node.Content), f.String(baseUri)); 1244IList<XslNode> content = node.Content; 2107return InvokeApplyFunction(sheet, /*mode:*/node.Name, node.Content);
System\Xml\Xsl\Xslt\XslAst.cs (1)
201InsertContent(other.Content);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (13)
164foreach (XslNode instr in tmpl.Content) { 348foreach (var child in node.Content) { 381foreach (XslNode instr in node.Content) { 434VarPar[] typeDonors = new VarPar[node.Content.Count]; 437foreach (XslNode instr in node.Content) { 449foreach (XslNode instr in target.Content) { 462foreach (XslNode withPar in node.Content) { 523foreach (XslNode child in node.Content) { 669if (node.Content.Count != 0) { 681} else if (node.Content.Count != 0) { 1199var content = node.Content; 1250var content = (List<XslNode>)parent.Content; 1316Debug.Assert(parent.Content.Count == split + 1);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
670CheckUseAttrubuteSetInList(xslNode.Content); 681CheckUseAttrubuteSetInList(attSet.Content); 688Debug.Assert(attSet.Content[0].SourceLine != null); 689compiler.ReportError(/*[XT0720]*/attSet.Content[0].SourceLine, Res.Xslt_CircularAttributeSet, attSet.Name.QualifiedName);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
82foreach (XslNode child in node.Content) {