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