1 write to _ctxStatics
mscorlib (1)
system\runtime\remoting\context.cs (1)
811
_ctxStatics
= new Object[STATICS_BUCKET_SIZE];
3 references to _ctxStatics
mscorlib (3)
system\runtime\remoting\context.cs (3)
808
if (
_ctxStatics
== null)
813
_ctxStatics
[0] = null;
824
Object[] bucket =
_ctxStatics
;