1 instantiation of VoterBallotShim
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
34var voterShim = new VoterBallotShim(voterNotifyShim);
8 references to VoterBallotShim
System.Transactions.Local (8)
System\Transactions\DtcProxyShim\TransactionShim.cs (2)
31public void CreateVoter(OletxPhase1VolatileEnlistmentContainer managedIdentifier, out VoterBallotShim voterBallotShim) 34var voterShim = new VoterBallotShim(voterNotifyShim);
System\Transactions\Oletx\OletxTransaction.cs (2)
677VoterBallotShim? voterShim = null; 850VoterBallotShim? voterShim = null;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (4)
546private VoterBallotShim? _voterBallotShim; 629VoterBallotShim? localVoterShim = null; 685internal VoterBallotShim? VoterBallotShim 707VoterBallotShim? localVoterShim = null;