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