52 references to Text
System.Data.Entity (52)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (51)
260AppendFullName(funcInfo.Text, func); 278node.Text.Append("("); 284node.Text.Append(", "); 287node.Text.Append(" "); 288node.Text.Append(paramInfo.Key); 291node.Text.Append(")"); 296node.Text.Append(" : "); 302BuildTypeName(node.Text, type); 396retInfo.Text.Append(" : '"); 397retInfo.Text.Append(name); 398retInfo.Text.Append("'"); 420retInfo.Text.AppendFormat(CultureInfo.InvariantCulture, "Input : '{0}', '{1}'", groupBinding.VariableName, groupBinding.GroupVariableName); 494retInfo.Text.Append("'"); 495retInfo.Text.Append(stringVal, 0, appendLength); 498retInfo.Text.Append("..."); 500retInfo.Text.Append("'"); 504retInfo.Text.Append(e.Value.ToString()); 518retInfo.Text.AppendFormat("Var({0})", e.VariableName); 525retInfo.Text.AppendFormat("@{0}", e.ParameterName); 538lambdaInfo.Text.Append("Lambda"); 575inst.Text.Append("."); 576inst.Text.Append(e.Property.Name); 586AppendFullName(retInfo.Text, prop.DeclaringType); 587retInfo.Text.Append("."); 589retInfo.Text.Append(e.Property.Name); 682argInfo.Text.Insert(0, op); 683argInfo.Text.Insert(op.Length, '('); 684argInfo.Text.Append(" As "); 686argInfo.Text.Append(")"); 715retInfo.Text.Append("IsOfOnly"); 719retInfo.Text.Append("IsOf"); 794retNode.Text.Append("<"); 795AppendFullName(retNode.Text, TypeHelpers.GetEdmType<RefType>(e.ResultType).ElementType); 796retNode.Text.Append(">"); 799setNode.Text.Append(e.EntitySet.EntityContainer.Name); 800setNode.Text.Append("."); 801setNode.Text.Append(e.EntitySet.Name); 812rel.Text.Append(" : "); 813AppendFullName(rel.Text, relType); 820nav.Text.Append("Navigation : "); 821nav.Text.Append(fromEnd.Name); 822nav.Text.Append(" -> "); 823nav.Text.Append(toEnd.Name); 855retInfo.Text.Append(" : "); 856retInfo.Text.Append(e.Target.EntityContainer.Name); 857retInfo.Text.Append("."); 858retInfo.Text.Append(e.Target.Name); 921aggInfo.Text.Append(outputType.Properties[idx].Name); 922aggInfo.Text.Append("'"); 968key.Text.Append(" : "); 969key.Text.Append(clause.Collation);
System\Data\Common\Utils\TreePrinter.cs (1)
156text.Append(node.Text.ToString());