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