Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
9 references to Dispose
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (2)
96scope.Dispose(); 257scope.Dispose();
System.Runtime.DurableInstancing (1)
System\Runtime\TransactionHelper.cs (1)
62localScope.Dispose();
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1941scope.Dispose();
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
593this.scope.Dispose();
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (2)
263transactionalProperties.TransactionScope.Dispose(); 659transactionalProperties.TransactionScope.Dispose();
WorkflowExecutor.cs (1)
2485transactionalProperties.TransactionScope.Dispose();
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
763this.scope.Dispose();