2 instantiations of IllogicalCallContext
mscorlib (2)
system\runtime\remoting\callcontext.cs (1)
254IllogicalCallContext ilcc = new IllogicalCallContext();
system\threading\executioncontext.cs (1)
815_illogicalCallContext = new IllogicalCallContext();
9 references to IllogicalCallContext
mscorlib (9)
system\runtime\remoting\callcontext.cs (4)
192IllogicalCallContext m_ctx; 194public Reader(IllogicalCallContext ctx) { m_ctx = ctx; } 252public IllogicalCallContext CreateCopy() 254IllogicalCallContext ilcc = new IllogicalCallContext();
system\threading\executioncontext.cs (5)
509private IllogicalCallContext _illogicalCallContext; // this call context follows the physical thread 633public IllogicalCallContext.Reader IllogicalCallContext 636get { return new IllogicalCallContext.Reader(IsNull ? null : m_ec.IllogicalCallContext); } 809internal IllogicalCallContext IllogicalCallContext 1156ec.IllogicalCallContext = (IllogicalCallContext)this.IllogicalCallContext.CreateCopy();