1 write to _writeEventWithRelatedActivityIdCoreDel
System.Web (1)
AspNetEventSource.cs (1)
43
_writeEventWithRelatedActivityIdCoreDel
= (WriteEventWithRelatedActivityIdCoreDelegate)Delegate.CreateDelegate(
2 references to _writeEventWithRelatedActivityIdCoreDel
System.Web (2)
AspNetEventSource.cs (2)
62
if (ActivityIdHelper.Instance == null ||
_writeEventWithRelatedActivityIdCoreDel
== null || iisActivityId == Guid.Empty) {
81
_writeEventWithRelatedActivityIdCoreDel
((int)Events.RequestEnteredAspNetPipeline, &aspNetActivityId, 0, null);