1 write to _aliasGenerator
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
93
_aliasGenerator
= aliasGenerator;
2 references to _aliasGenerator
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
476
target = RelationshipNavigationVisitor.FindNavigationExpression(target,
_aliasGenerator
, out navInfo);
507
DbExpressionBinding collectionBinding = target.BindAs(
_aliasGenerator
.Next());