28 references to Shaper_Parameter
System.Data.Entity (28)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
429
if (shaper != null && shaper == Translator.
Shaper_Parameter
)
System\Data\Common\Internal\Materialization\Translator.cs (26)
256
var lambda = Expression.Lambda<Func<Shaper, TResult>>(body,
Shaper_Parameter
);
526
Expression<Func<Shaper, T>> result = Expression.Lambda<Func<Shaper, T>>(body,
Shaper_Parameter
);
617
internal static readonly Expression Shaper_Reader = Expression.Field(
Shaper_Parameter
, typeof(Shaper).GetField("Reader"));
618
private static readonly Expression Shaper_Workspace = Expression.Field(
Shaper_Parameter
, typeof(Shaper).GetField("Workspace"));
619
private static readonly Expression Shaper_State = Expression.Field(
Shaper_Parameter
, typeof(Shaper).GetField("State"));
620
private static readonly Expression Shaper_Context = Expression.Field(
Shaper_Parameter
, typeof(Shaper).GetField("Context"));
1053
result = Expression.Call(
Shaper_Parameter
, Shaper_GetSpatialPropertyValueWithErrorHandling.MakeGenericMethod(propertyType),
1058
result = Expression.Call(
Shaper_Parameter
, Shaper_GetPropertyValueWithErrorHandling.MakeGenericMethod(propertyType), Expression.Constant(ordinal), Expression.Constant(propertyName), Expression.Constant(typeName));
1074
result = Expression.Call(
Shaper_Parameter
, Shaper_GetSpatialColumnValueWithErrorHandling.MakeGenericMethod(resultType), Expression.Constant(ordinal), Expression.Constant(primitiveColumnType, typeof(PrimitiveTypeKind)));
1078
result = Expression.Call(
Shaper_Parameter
, Shaper_GetColumnValueWithErrorHandling.MakeGenericMethod(resultType), Expression.Constant(ordinal));
1089
Expression result = Expression.Call(
Shaper_Parameter
, Shaper_GetGeographyColumnValue, Expression.Constant(ordinal));
1099
Expression result = Expression.Call(
Shaper_Parameter
, Shaper_GetGeometryColumnValue, Expression.Constant(ordinal));
1119
Expression result = Expression.Call(
Shaper_Parameter
, Shaper_SetState.MakeGenericMethod(value.Type), Expression.Constant(stateSlotNumber), value);
1129
Expression result = Expression.Call(
Shaper_Parameter
, Shaper_SetStatePassthrough.MakeGenericMethod(value.Type), Expression.Constant(stateSlotNumber), value);
1257
constructEntity = Expression.Call(
Shaper_Parameter
, Shaper_HandleIEntityWithKey.MakeGenericMethod(clrType),
1271
constructEntity = Expression.Call(
Shaper_Parameter
, Shaper_HandleEntityAppendOnly.MakeGenericMethod(clrType),
1279
constructEntity = Expression.Call(
Shaper_Parameter
, Shaper_HandleEntity.MakeGenericMethod(clrType),
1289
constructEntity = Expression.Call(
Shaper_Parameter
, Shaper_HandleEntityNoTracking.MakeGenericMethod(clrType),
1519
Expression result = Expression.Call(
Shaper_Parameter
, shaperDiscriminateOfT,
1618
propertyReaders[ordinal] = Expression.Call(
Shaper_Parameter
, Shaper_SetColumnValue,
1630
propertyReaders[readerCount - 1] = Expression.Call(
Shaper_Parameter
, Shaper_SetEntityRecordInfo,
1643
Expression result = Expression.Call(Emit_Shaper_GetState(stateSlotNumber, typeof(RecordState)), RecordState_GatherData,
Shaper_Parameter
);
1649
Expression nullResult = Expression.Call(Emit_Shaper_GetState(stateSlotNumber, typeof(RecordState)), RecordState_SetNullRecord,
Shaper_Parameter
);
1749
result = Expression.Call(
Shaper_Parameter
, handleFullSpanCollectionMethod, result, expressionToGetCoordinator, Expression.Constant(targetMember));
1757
result = Expression.Call(
Shaper_Parameter
, handleRelationshipSpanMethod, result, spannedResultReader, Expression.Constant(targetMember));
1763
result = Expression.Call(
Shaper_Parameter
, handleFullSpanElementMethod, result, spannedResultReader, Expression.Constant(targetMember));
System\Data\Objects\ELinq\InitializerFacet.cs (1)
477
Expression shaper = Translator.
Shaper_Parameter
;