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