3 writes to noSymbols
System.Activities (3)
System\Activities\ActivityInstance.cs (3)
134
set { this.
noSymbols
= value; }
867
this.
noSymbols
= true;
1362
this.
noSymbols
= false;
8 references to noSymbols
System.Activities (8)
System\Activities\ActivityInstance.cs (8)
133
get { return this.
noSymbols
; }
257
return !this.
noSymbols
;
780
if (!this.
noSymbols
)
884
Fx.Assert(!this.
noSymbols
, "Can only resolve arguments if we created an environment");
953
Fx.Assert(!this.
noSymbols
, "Can only resolve arguments if we created an environment");
1010
Fx.Assert(!this.
noSymbols
, "Can only resolve variable default if we created an environment");
1035
Fx.Assert(!this.
noSymbols
, "can only resolve variables if we created an environment");
1354
if (this.
noSymbols
)