1 write to wrapperLock
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1666this.wrapperLock = new object();
3 references to wrapperLock
System.Activities (3)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (3)
1684lock (this.wrapperLock) 1707lock (this.wrapperLock) 1718lock (this.wrapperLock)