2 references to TransactedExecCallback
System.Web (2)
UnsafeNativeMethods.cs (1)
1161internal static extern int TransactManagedCallback(TransactedExecCallback callback, int mode);
Util\Transactions.cs (1)
87TransactedExecCallback execCallback = new TransactedExecCallback(call.ExecuteTransactedCode);