2 writes to outerEC
mscorlib (2)
system\threading\executioncontext.cs (2)
999
ecsw.
outerEC
= currentThread.GetExecutionContextReader();
1039
ecsw.
outerEC
= outerEC;
6 references to outerEC
mscorlib (6)
system\threading\executioncontext.cs (6)
351
currentThread.SetExecutionContext(
outerEC
, outerECBelongsToScope);
372
SecurityContext.RestoreCurrentWI(
outerEC
, innerEC, wi, cachedAlwaysFlowImpersonationPolicy);
383
ExecutionContext.OnAsyncLocalContextChanged(innerEC.DangerousGetRawExecutionContext(),
outerEC
.DangerousGetRawExecutionContext());
1005
Contract.Assert(SecurityContext.GetCurrentWI(ecsw.
outerEC
, ecsw.cachedAlwaysFlowImpersonationPolicy) == null);
1007
ecsw.wi = SecurityContext.GetCurrentWI(ecsw.
outerEC
, ecsw.cachedAlwaysFlowImpersonationPolicy);
1062
else if (!SecurityContext.CurrentlyInDefaultFTSecurityContext(ecsw.
outerEC
))