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