5 writes to _syncContext
System.Web (5)
HttpContext.cs (5)
2175_syncContext = CreateNewAspNetSynchronizationContext(); 2181_syncContext = value; 2190_syncContext = CreateNewAspNetSynchronizationContext(); 2210_syncContext = syncContext; 2229_syncContext = null;
4 references to _syncContext
System.Web (4)
HttpContext.cs (4)
2174if (_syncContext == null) { 2178return _syncContext; 2186AspNetSynchronizationContextBase syncContext = _syncContext; 2191AsyncOperationManager.SynchronizationContext = _syncContext;