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