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