3 writes to _transactions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
40
_transactions
= transactions;
54
_transactions
= elementToBeCloned._transactions;
74
_transactions
= value;
6 references to _transactions
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (6)
54
_transactions = elementToBeCloned.
_transactions
;
70
return
_transactions
;
104
if (!
_transactions
)
127
if (!
_transactions
)
329
if (
_transactions
!= txFlow.
_transactions
)