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