5 instantiations of AutoString
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (5)
164
using (new
AutoString
(this, op)) {
218
using (new
AutoString
(this, op)) {
426
using (new
AutoString
(this, op)) {
433
using (new
AutoString
(this, op)) {
537
using (new
AutoString
(this, op)) {
4 references to AutoString
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (3)
843
_dumper.WriteString(
AutoString
.ToString(op.OpType));
1020
_nodeName =
AutoString
.ToString(op.OpType);
1032
_nodeName =
AutoString
.ToString(op.OpType);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
89
PlanCompiler.Assert(node.Op.IsScalarOp, "Expected a scalarOp: Found " + Dump.
AutoString
.ToString(node.Op.OpType));