5 references to IsScalarType
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
381else if (caseMemberPath.IsScalarType())
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
681if (memberPath.IsScalarType() && 786if (!memberPath.IsScalarType() && !_caseStatements.ContainsKey(memberPath))
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
204if (path.IsScalarType() &&
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
266Debug.Assert(this.RestrictedMemberSlot.MemberPath.IsScalarType(), "Expected scalar.");