1 instantiation of XmlExpressionDumper
System.Data.Entity (1)
System\Data\Common\CommandTrees\DbCommandTree.cs (1)
166
XmlExpressionDumper dumper = new
XmlExpressionDumper
(stream);
3 references to XmlExpressionDumper
System.Data.Entity (3)
System\Data\Common\CommandTrees\DbCommandTree.cs (2)
166
XmlExpressionDumper
dumper = new XmlExpressionDumper(stream);
178
return
XmlExpressionDumper
.DefaultEncoding.GetString(stream.ToArray());
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (1)
32
: this(stream,
XmlExpressionDumper
.DefaultEncoding, true) {}