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