3 references to GetTypeUsage
System.Data.Entity (3)
System\Data\Common\Utils\CommandHelper.cs (1)
138TypeUsage parameterType = entityParameter.GetTypeUsage();
System\Data\EntityClient\EntityCommand.cs (1)
839typeUsage = parameter.GetTypeUsage();
System\Data\EntityClient\EntityCommandDefinition.cs (1)
508TypeUsage parameterTypeUsage = TypeHelpers.GetPrimitiveTypeUsageForScalar(entityParameter.GetTypeUsage());