2 writes to xomlHashToGuid
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
332
this.
xomlHashToGuid
= new Dictionary<byte[], Guid>((IEqualityComparer<byte[]>)new DigestComparer());
407
this.
xomlHashToGuid
= null;
4 references to xomlHashToGuid
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (4)
1073
lock (this.
xomlHashToGuid
)
1075
if (!this.
xomlHashToGuid
.ContainsKey(scheduleDefHashCode))
1076
this.
xomlHashToGuid
[scheduleDefHashCode] = Guid.NewGuid();
1078
return (Guid)this.
xomlHashToGuid
[scheduleDefHashCode];