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