Skip to content

Commit

Permalink
set flat at start of method
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSingeorzan committed Jun 18, 2024
1 parent 267c426 commit 7e85d1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ private bool CanExecuteExpression(ICompiledExpressionRoot compiledExpressionRoot

private void ProcessLocationReferences()
{
_locationsInitialized = true;

Stack<LocationReferenceEnvironment> environments = new();
//
// Build list of location by enumerating environments
Expand Down Expand Up @@ -258,8 +260,6 @@ private void ProcessLocationReferences()
CreateRequiredArguments(requiredLocationNames);
}
}

_locationsInitialized = true;
}

private bool TryGetCompiledExpressionRootAtDesignTime(Activity expression, Activity target, out ICompiledExpressionRoot compiledExpressionRoot, out int exprId)
Expand Down

0 comments on commit 7e85d1f

Please sign in to comment.