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)
33var 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); 67ITransactionTransmitter transmitter = _shimFactory.GetCachedTransmitter(Transaction); 82_shimFactory.ReturnCachedTransmitter(transmitter); 89var phase0NotifyShim = new Phase0NotifyShim(_shimFactory, managedIdentifier);