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)
2174
if (
_syncContext
== null) {
2178
return
_syncContext
;
2186
AspNetSynchronizationContextBase syncContext =
_syncContext
;
2191
AsyncOperationManager.SynchronizationContext =
_syncContext
;