1 write to _shimFactory
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
20
_shimFactory
= shimFactory;
6 references to _shimFactory
System.Transactions.Local (6)
System\Transactions\DtcProxyShim\TransactionShim.cs (6)
33
var voterNotifyShim = new VoterNotifyShim(
_shimFactory
, managedIdentifier);
35
_shimFactory
.VoterFactory.Create(Transaction, voterNotifyShim, out ITransactionVoterBallotAsync2 voterBallot);
42
_shimFactory
.ExportFactory.Create((uint)whereabouts.Length, whereabouts, out ITransactionExport export);
67
ITransactionTransmitter transmitter =
_shimFactory
.GetCachedTransmitter(Transaction);
82
_shimFactory
.ReturnCachedTransmitter(transmitter);
89
var phase0NotifyShim = new Phase0NotifyShim(
_shimFactory
, managedIdentifier);