2 references to locker
System.Activities (2)
System\Activities\Expressions\PropertyReference.cs (2)
91
this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache,
locker
);
95
this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache,
locker
);