5 references to SetAndDestroyDelegate
System.Web (5)
Util\ActivityIdHelper.cs (5)
26
private readonly
SetAndDestroyDelegate
_setAndDestroyDel;
30
private ActivityIdHelper(GetCurrentDelegate getCurrentDel,
SetAndDestroyDelegate
setAndDestroyDel, SetAndPreserveDelegate setAndPreserveDel) {
50
var
setAndDestroyDel = (
SetAndDestroyDelegate
)Delegate.CreateDelegate(
51
typeof(
SetAndDestroyDelegate
), typeof(EventSource), "SetCurrentThreadActivityId", ignoreCase: false, throwOnBindFailure: false);