1 write to textToCompile
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
161this.textToCompile = expressionText;
10 references to textToCompile
System.Activities (10)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (10)
164public string TextToCompile { get { return this.textToCompile; } } 311this.textToCompile, 352results = compiler.CompileExpression(this.textToCompile, context); 373throw FxTrace.Exception.AsError(new SourceExpressionException(SR.CompilerErrorSpecificExpression(textToCompile, scriptAndTypeScope.ErrorMessage))); 385throw FxTrace.Exception.AsError(new SourceExpressionException(SR.CompilerErrorSpecificExpression(textToCompile, errorString.ToString()))); 449this.textToCompile, 507TD.CompileVbExpressionStart(this.textToCompile); 516results = compiler.CompileExpression(this.textToCompile, context, lambdaReturnType); 543throw FxTrace.Exception.AsError(new SourceExpressionException(SR.CompilerErrorSpecificExpression(textToCompile, scriptAndTypeScope.ErrorMessage))); 555throw FxTrace.Exception.AsError(new SourceExpressionException(SR.CompilerErrorSpecificExpression(textToCompile, errorString.ToString())));