3 references to GetPrimitiveTypeUsageForScalar
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
192var primitive = TypeHelpers.GetPrimitiveTypeUsageForScalar(e.ResultType);
System\Data\EntityClient\EntityCommandDefinition.cs (1)
508TypeUsage parameterTypeUsage = TypeHelpers.GetPrimitiveTypeUsageForScalar(entityParameter.GetTypeUsage());
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
56m_commandParameters = functionImport.Parameters.Select(p => TypeHelpers.GetPrimitiveTypeUsageForScalar(p.TypeUsage).Parameter(p.Name)).ToArray();