4 references to Priority
System.Workflow.Runtime (4)
Lock.cs (4)
177
if (heldLock.InstanceId == theLock.InstanceId && heldLock.
Priority
<= theLock.
Priority
)
183
if (heldLock.InstanceId == theLock.InstanceId && heldLock.
Priority
< theLock.
Priority
)