3 references to locationReferenceGetLocationMethod
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
1486newExpression = Expression.Call(Expression.Constant(inlinedReference, typeof(LocationReference)), locationReferenceGetLocationMethod, contextExpression); 1546newExpression = Expression.Call(Expression.Constant(inlinedReference, typeof(LocationReference)), locationReferenceGetLocationMethod, originalExpression.Arguments[0]); 1916if (object.ReferenceEquals(targetMethod, locationReferenceGetLocationMethod))