1 write to endpointDispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
996
this.
endpointDispatcher
= PerformanceCounters.GetEndpointDispatcher();
4 references to endpointDispatcher
System.ServiceModel (4)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (4)
1025
PerformanceCounters.TxCommitted(this.
endpointDispatcher
, CallCount);
1035
PerformanceCounters.TxCommitted(this.
endpointDispatcher
, CallCount);
1044
PerformanceCounters.TxAborted(this.
endpointDispatcher
, CallCount);
1062
PerformanceCounters.TxInDoubt(this.
endpointDispatcher
, CallCount);