3 writes to TypeId
System.Data.Entity (3)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (3)
581
kv.Value.
TypeId
= kv.Value.RootType.DiscriminatorMap.GetTypeId(entityType);
601
typeInfo.
TypeId
= typeId;
631
typeInfo.
TypeId
= String.Format(CultureInfo.InvariantCulture, "{0}{1}X", typeInfo.SuperType.TypeId, subtypeNum);
6 references to TypeId
System.Data.Entity (6)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (3)
156
discriminatorMap[typeInfo.
TypeId
] = columnMap;
258
if (null != typeInfo.
TypeId
)
260
discriminatorMap[typeInfo.
TypeId
] = columnMap;
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
422
object value = typeInfo.
TypeId
;
445
string value = typeInfo.
TypeId
+ PrefixMatchCharacter;
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
631
typeInfo.TypeId = String.Format(CultureInfo.InvariantCulture, "{0}{1}X", typeInfo.SuperType.
TypeId
, subtypeNum);