2 writes to serviceEnvironment
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
235
this.
serviceEnvironment
= new ServiceEnvironment(this.RootActivity);
271
this.
serviceEnvironment
= null;
1 reference to serviceEnvironment
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
270
((IDisposable)this.
serviceEnvironment
).Dispose();