1 instantiation of VoterNotifyShim
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
33var voterNotifyShim = new VoterNotifyShim(_shimFactory, managedIdentifier);
3 references to VoterNotifyShim
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
33var voterNotifyShim = new VoterNotifyShim(_shimFactory, managedIdentifier);
System\Transactions\DtcProxyShim\VoterShim.cs (2)
10private readonly VoterNotifyShim _voterNotifyShim; 14internal VoterBallotShim(VoterNotifyShim notifyShim)