Base:
method
ToString
System.Object.ToString()
40 references to ToString
System.Core (7)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
319get { return ToExpression().ToString(); }
Microsoft\Scripting\Ast\BinaryExpression.cs (4)
1354throw Error.OperandTypesDoNotMatchParameters(ExpressionType.Coalesce, conversion.ToString()); 1360throw Error.OperandTypesDoNotMatchParameters(ExpressionType.Coalesce, conversion.ToString()); 1484throw Error.OperandTypesDoNotMatchParameters(nodeType, conversion.ToString()); 1489throw Error.OverloadOperatorTypeDoesNotMatchConversionType(nodeType, conversion.ToString());
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
782Out(node.ToString());
System\Linq\SequenceQuery.cs (1)
142return this.expression.ToString();
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (1)
272result = expression.ToString();
System\Data\Common\Internal\Materialization\RecordStateFactory.cs (1)
104this.Description = gatherData.ToString();
System.Data.Linq (1)
SqlClient\Common\SqlFactory.cs (1)
364System.Diagnostics.Debug.Assert(!targetSqlType.IsRuntimeOnlyType, "Attempted coversion to a runtime type: from = " + expression.SqlType.ToQueryString() + "; to = " + targetSqlType.ToQueryString() + "; source = " + sourceExpression.ToString());
System.Data.Services.Client (30)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (3)
75throw new NotSupportedException(Strings.ALinq_CantTranslateExpression(e.ToString())); 185string expressionText = (this.parent != null) ? this.parent.ToString() : ire.ToString();
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (26)
141throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(type, call.ToString())); 366throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, u.ToString())); 371throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, b.ToString())); 376throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, b.ToString())); 388throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, c.ToString())); 393throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, c.ToString())); 403throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, m.ToString())); 414throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, m.ToString())); 422throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, m.ToString())); 434throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, m.ToString())); 439throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, iv.ToString())); 450throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, init.ToString())); 455throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, na.ToString())); 487throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjectionToEntity(this.type, nex.ToString())); 566throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, u.ToString())); 578throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, b.ToString())); 588throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, b.ToString())); 606throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, c.ToString())); 637throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, m.ToString())); 648throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, m.ToString())); 656throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, m.ToString())); 670throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, m.ToString())); 681throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, iv.ToString())); 705throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, nex.ToString())); 715throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, p.ToString())); 726throw new NotSupportedException(Strings.ALinq_ExpressionNotSupportedInProjection(this.type, c.ToString()));
System\Data\Services\Client\ProjectionPath.cs (1)
95builder.Append(this.Root.ToString());