2 writes to scope
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (2)
42this.scope = null; 279scope = new TransactionScope(TransactionScopeOption.Required, opts, EnterpriseServicesInteropOption.Full);
6 references to scope
ComSvcConfig (6)
ComplusEndpointConfigContainer.cs (6)
90if (scope != null) 95scope.Complete(); 96scope.Dispose(); 252if (scope != null) 256scope.Complete(); 257scope.Dispose();