3 writes to _syncCaller
System.Web (3)
LegacyAspNetSynchronizationContext.cs (3)
142context._syncCaller = _syncCaller; 201_syncCaller = true; 205_syncCaller = false;
2 references to _syncCaller
System.Web (2)
LegacyAspNetSynchronizationContext.cs (2)
47if (_syncCaller) { 142context._syncCaller = _syncCaller;