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