1 write to _syncObj
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
616
this.
_syncObj
= GetWorkflowDefinitionLockObject(definition);
3 references to _syncObj
System.Workflow.Runtime (3)
WorkflowDefinitionDispenser.cs (3)
618
Debug.Assert(this.
_syncObj
!= null, "Definition's synchronization object was null. This should always be set.");
622
Monitor.Enter(this.
_syncObj
);
630
Monitor.Exit(this.
_syncObj
);