3 references to WriteEventWithRelatedActivityIdCoreDelegate
System.Web (3)
AspNetEventSource.cs (3)
29
private readonly
WriteEventWithRelatedActivityIdCoreDelegate
_writeEventWithRelatedActivityIdCoreDel;
43
_writeEventWithRelatedActivityIdCoreDel = (
WriteEventWithRelatedActivityIdCoreDelegate
)Delegate.CreateDelegate(
44
typeof(
WriteEventWithRelatedActivityIdCoreDelegate
), this, writeEventWithRelatedActivityIdCoreMethod, throwOnBindFailure: false);