1 instantiation of Phase0NotifyShim
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
89
var phase0NotifyShim = new
Phase0NotifyShim
(_shimFactory, managedIdentifier);
3 references to Phase0NotifyShim
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\Phase0Shim.cs (2)
11
private readonly
Phase0NotifyShim
_phase0NotifyShim;
15
internal Phase0EnlistmentShim(
Phase0NotifyShim
notifyShim)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
89
var
phase0NotifyShim = new Phase0NotifyShim(_shimFactory, managedIdentifier);