3 references to UserExpressionMarker
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
541
return method.IsGenericMethod && method.GetGenericMethodDefinition() == InitializerMetadata.
UserExpressionMarker
;
System\Data\Objects\ELinq\InitializerFacet.cs (2)
309
return Expression.Call(
UserExpressionMarker
.MakeGenericMethod(newProjection.Type), newProjection);
411
return Expression.Call(
UserExpressionMarker
.MakeGenericMethod(newProjection.Type), newProjection);