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