3 references to CreateCollectionTypeUsage
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
2489converted = TypeHelpers.CreateCollectionTypeUsage(elementType, true /* readOnly */); 2617return new ValueExpression(DbExpressionBuilder.New(TypeHelpers.CreateCollectionTypeUsage(commonType, true /* readOnly */), mSetExprs));
System\Data\Metadata\TypeHelpers.cs (1)
364return CreateCollectionTypeUsage(elementType, false /* readOnly */ );