5 instantiations of AutoString
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (5)
164using (new AutoString(this, op)) { 218using (new AutoString(this, op)) { 426using (new AutoString(this, op)) { 433using (new AutoString(this, op)) { 537using (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)
89PlanCompiler.Assert(node.Op.IsScalarOp, "Expected a scalarOp: Found " + Dump.AutoString.ToString(node.Op.OpType));