1 write to _syncContext
System.Web (1)
Util\SynchronizationHelper.cs (1)
29_syncContext = syncContext;
2 references to _syncContext
System.Web (2)
Util\SynchronizationHelper.cs (2)
157syncContextLock = (_syncContext != null) ? _syncContext.Enter() : null;