1 write to compiledExpression
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicValue.cs (1)
69this.compiledExpression = this.expressionTree.Compile();
2 references to compiledExpression
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicValue.cs (2)
67if (this.compiledExpression == null) 71return this.compiledExpression(context);