9 references to _uid
System.Workflow.Runtime (9)
WorkflowRuntime.cs (9)
182WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Created WorkflowRuntime {0}", _uid); 211if (!_runtimes.ContainsKey(_uid)) 212_runtimes.Add(_uid, new WeakReference(this)); 235if (_runtimes.ContainsKey(_uid)) 236_runtimes.Remove(_uid); 1112WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Starting WorkflowRuntime {0}", _uid); 1180WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Started WorkflowRuntime {0}", _uid); 1294WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Stopping WorkflowRuntime {0}", _uid); 1365WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Stopped WorkflowRuntime {0}", _uid);