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