3 references to IsScalarType
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
48
MetadataHelper.TryGetFunctionImportReturnType<EdmType>(functionImport, 0, out resultType) && TypeSemantics.
IsScalarType
(resultType),
System\Data\Mapping\StorageMappingItemLoader.cs (1)
1626
Debug.Assert(TypeSemantics.
IsScalarType
(resultType), "TypeSemantics.IsScalarType(resultType)");
System\Data\Metadata\TypeSemantics.cs (1)
391
return
IsScalarType
(type.EdmType);