4 writes to _syncContext
mscorlib (4)
system\threading\executioncontext.cs (4)
838
_syncContext
= value;
1099
ec.
_syncContext
= _syncContext == null ? null : _syncContext.CreateCopy();
1135
ec.
_syncContext
= this._syncContext;
1316
ecNew.
_syncContext
= syncCtxNew;
5 references to _syncContext
mscorlib (5)
system\threading\executioncontext.cs (5)
832
return
_syncContext
;
1099
ec._syncContext =
_syncContext
== null ? null :
_syncContext
.CreateCopy();
1135
ec._syncContext = this.
_syncContext
;
1369
if (!ignoreSyncCtx &&
_syncContext
!= null)