1 instantiation of SynchronizationHelper
System.Web (1)
AspNetSynchronizationContext.cs (1)
22: this(new State(new SynchronizationHelper(syncContext))) {
2 references to SynchronizationHelper
System.Web (2)
AspNetSynchronizationContext.cs (2)
175internal readonly SynchronizationHelper Helper; // handles scheduling of the asynchronous tasks 179internal State(SynchronizationHelper helper) {