9 references to RefType
System.Data.Entity (9)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
120
retType = new
RefType
(mappedEntityType);
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
85
RefType refType = new
RefType
(entityType);
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
217
_typeUsage = TypeUsage.Create(new
RefType
(entityType));
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
315
clrType = new
RefType
((EntityType)ConvertCSpaceToOSpaceType(((RefType)cdmType).ElementType));
354
cdmType = new
RefType
((EntityType)(ConvertOSpaceToCSpaceType(((RefType)clrType).ElementType)));
System\Data\Metadata\Converter.cs (1)
1220
usage = TypeUsage.Create(new
RefType
(edmType as EntityType));
System\Data\Metadata\Edm\EntityType.cs (1)
178
Interlocked.CompareExchange<RefType>(ref _referenceType, new
RefType
(this), null);
System\Data\Metadata\TypeHelpers.cs (1)
394
return new
RefType
((EntityType)entityType);
System\Data\Metadata\TypeSemantics.cs (1)
928
commonType = new
RefType
((EntityType)commonType);