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