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)
808if (_ctxStatics == null) 813_ctxStatics[0] = null; 824Object[] bucket = _ctxStatics;