1 write to prevSC
mscorlib (1)
system\security\securitycontext.cs (1)
461scsw.prevSC = prevSecurityContext;
2 references to prevSC
mscorlib (2)
system\security\securitycontext.cs (2)
121currEC.SecurityContext = prevSC.DangerousGetRawSecurityContext(); 126Contract.Assert(Thread.CurrentThread.GetExecutionContextReader().SecurityContext.IsSame(prevSC));