1 instantiation of PreparingEnlistment
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
152_preparingEnlistment ??= new PreparingEnlistment(this);
5 references to PreparingEnlistment
netstandard (1)
netstandard.cs (1)
2179[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.PreparingEnlistment))]
System.Transactions (1)
System.Transactions.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.PreparingEnlistment))]
System.Transactions.Local (3)
System\Transactions\Enlistment.cs (2)
84private PreparingEnlistment? _preparingEnlistment; 150internal PreparingEnlistment PreparingEnlistment =>
System\Transactions\IEnlistmentNotification.cs (1)
19void Prepare(PreparingEnlistment preparingEnlistment);