3 references to CreateRef
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
322DbRefExpression principalRef = principalSetEnd.EntitySet.CreateRef(principalEntityType, principalKeyValues);
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
158cqt = refScopeEntitySet.CreateRef(
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
99m_toEndEntitySet.CreateRef(m_toEndEntityType, m_toEndEntityKeyMemberPaths.Select(keyMember => row.Property(keyMember.CqlFieldAlias))));