2 instantiations of Dump
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (2)
78
using (Dump dumper = new
Dump
(stream)) {
94
using (Dump dumper = new
Dump
(stream)) {
25 references to Dump
System.Data.Entity (25)
System\Data\Query\InternalTrees\Dump.cs (24)
42
: this(stream,
Dump
.DefaultEncoding, true) { }
78
using (
Dump
dumper = new Dump(stream)) {
94
using (
Dump
dumper = new Dump(stream)) {
585
internal class ColumnMapDumper : ColumnMapVisitor<
Dump
> {
600
private void DumpCollection(CollectionColumnMap columnMap,
Dump
dumper) {
636
internal override void Visit(ComplexTypeColumnMap columnMap,
Dump
dumper) {
653
internal override void Visit(DiscriminatedCollectionColumnMap columnMap,
Dump
dumper) {
671
internal override void Visit(EntityColumnMap columnMap,
Dump
dumper) {
686
internal override void Visit(SimplePolymorphicColumnMap columnMap,
Dump
dumper) {
708
internal override void Visit(MultipleDiscriminatorPolymorphicColumnMap columnMap,
Dump
dumper) {
733
internal override void Visit(RecordColumnMap columnMap,
Dump
dumper) {
750
internal override void Visit(RefColumnMap columnMap,
Dump
dumper) {
764
internal override void Visit(SimpleCollectionColumnMap columnMap,
Dump
dumper) {
776
internal override void Visit(ScalarColumnMap columnMap,
Dump
dumper) {
791
internal override void Visit(VarRefColumnMap columnMap,
Dump
dumper) {
805
protected override void VisitEntityIdentity(DiscriminatedEntityIdentity entityIdentity,
Dump
dumper) {
824
protected override void VisitEntityIdentity(SimpleEntityIdentity entityIdentity,
Dump
dumper) {
839
private
Dump
_dumper;
841
internal AutoString(
Dump
dumper, Op op) {
1016
private
Dump
_dumper;
1018
internal AutoXml(
Dump
dumper, Op op) {
1030
internal AutoXml(
Dump
dumper, Op op, Dictionary<string, object> attrs) {
1046
internal AutoXml(
Dump
dumper, string nodeName)
1050
internal AutoXml(
Dump
dumper, string nodeName, Dictionary<string, object> attrs) {
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
89
PlanCompiler.Assert(node.Op.IsScalarOp, "Expected a scalarOp: Found " +
Dump
.AutoString.ToString(node.Op.OpType));