24 references to RefType
System.Data.Entity (21)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
114
if (BuiltInTypeKind.
RefType
== type.BuiltInTypeKind)
System\Data\Common\EntitySql\CqlErrorHelper.cs (3)
146
case BuiltInTypeKind.
RefType
:
244
type.BuiltInTypeKind == BuiltInTypeKind.
RefType
)
267
case BuiltInTypeKind.
RefType
:
System\Data\Common\Internal\Materialization\Translator.cs (1)
355
case BuiltInTypeKind.
RefType
:
System\Data\Common\Utils\MetadataHelper.cs (1)
222
Debug.Assert(end.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
,
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
237
case BuiltInTypeKind.
RefType
:
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
769
Debug.Assert(edmEnd.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
, "Ends must be of Ref type");
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
347
Debug.Assert(BuiltInTypeKind.
RefType
== role.TypeUsage.EdmType.BuiltInTypeKind,
System\Data\Metadata\Edm\MetadataItem_Static.cs (3)
67
_builtInTypes[(int)BuiltInTypeKind.
RefType
] = new ComplexType();
129
InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.
RefType
),
349
AddBuiltInTypeProperties(BuiltInTypeKind.
RefType
,
System\Data\Metadata\Edm\RefType.cs (1)
45
public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.
RefType
; } }
System\Data\Metadata\EdmValidator.cs (1)
194
case BuiltInTypeKind.
RefType
:
System\Data\Metadata\Helper.cs (1)
258
return (BuiltInTypeKind.
RefType
== item.BuiltInTypeKind);
System\Data\Metadata\TypeSemantics.cs (1)
1058
else if (fromType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
)
System\Data\Objects\ELinq\ExpressionConverter.cs (3)
1079
case BuiltInTypeKind.
RefType
:
1186
if (leftType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
&& rightType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
757
case BuiltInTypeKind.
RefType
:
System\Data\Objects\FieldDescriptor.cs (1)
66
case BuiltInTypeKind.
RefType
:
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
1086
Debug.Assert(storeEndMember.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
, "The type is not a ref type");
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (1)
330
Debug.Assert(endMember.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.
RefType
, "not a reference type");
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (1)
327
Debug.Assert((BuiltInTypeKind.
RefType
== endMember.TypeUsage.EdmType.BuiltInTypeKind), "not a reference type");