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