1 instantiation of EnlistmentNotifyShim
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
25
var pEnlistmentNotifyShim = new
EnlistmentNotifyShim
(_shimFactory, managedIdentifier);
3 references to EnlistmentNotifyShim
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\EnlistmentShim.cs (2)
11
private readonly
EnlistmentNotifyShim
_enlistmentNotifyShim;
15
internal EnlistmentShim(
EnlistmentNotifyShim
notifyShim)
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
25
var
pEnlistmentNotifyShim = new EnlistmentNotifyShim(_shimFactory, managedIdentifier);