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