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)
476target = RelationshipNavigationVisitor.FindNavigationExpression(target, _aliasGenerator, out navInfo); 507DbExpressionBinding collectionBinding = target.BindAs(_aliasGenerator.Next());