4 references to TryGetDefaultValueForMemberPath
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
607bool hasDefaultValue = Domain.TryGetDefaultValueForMemberPath(currentPath, out defaultValue); 684!Domain.TryGetDefaultValueForMemberPath(memberPath, out defaultConstant))
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
201if (!Domain.TryGetDefaultValueForMemberPath(memberPath, out defaultValue)) 439if (TryGetDefaultValueForMemberPath(sSlotMemberPath, out defaultValue))