3 instantiations of InlinedLocationReference
System.Activities (3)
System\Activities\CodeActivityPublicEnvironmentAccessor.cs (2)
105equivalentLocation = new InlinedLocationReference(publicLocation, this.metadata.CurrentActivity, accessDirection); 124equivalentReference = new InlinedLocationReference(publicReference, this.metadata.CurrentActivity);
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
250this.locationReferences.Add(new InlinedLocationReference(reference, this.metadata.CurrentActivity));
1 reference to InlinedLocationReference
System.Activities (1)
System\Activities\XamlIntegration\ExpressionTreeRewriter.cs (1)
43if (node.Value != null && node.Value.GetType() == typeof(InlinedLocationReference))