3 references to activityContextGetLocationGenericMethod
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
1490
newExpression = Expression.Call(contextExpression,
activityContextGetLocationGenericMethod
.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference)));
1550
newExpression = Expression.Call(contextExpression,
activityContextGetLocationGenericMethod
.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference)));
1720
newExpression = Expression.Call(originalExpression.Object,
activityContextGetLocationGenericMethod
.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference)));