2 writes to threadData
System.Workflow.Runtime (2)
AmbientEnvironment.cs (2)
38
threadData
= new EnvWrapper();
50
threadData
= null;
6 references to threadData
System.Workflow.Runtime (6)
AmbientEnvironment.cs (6)
35
if (
threadData
== null)
41
threadData
.Push(env, out _prevEnv, out _prevRC);
46
Debug.Assert(null !=
threadData
);
47
threadData
.Pop(_prevEnv, _prevRC);
56
if (
threadData
!= null)
57
return
threadData
.Retrieve();