2 writes to typeToGuid
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
331this.typeToGuid = new Dictionary<Type, Guid>(); 406this.typeToGuid = null;
4 references to typeToGuid
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (4)
1061lock (this.typeToGuid) 1063if (!this.typeToGuid.ContainsKey(scheduleType)) 1064this.typeToGuid[scheduleType] = Guid.NewGuid(); 1066return (Guid)this.typeToGuid[scheduleType];