1 write to _dphCtx
mscorlib (1)
system\runtime\remoting\context.cs (1)
956_dphCtx = dph;
9 references to _dphCtx
mscorlib (9)
system\runtime\remoting\context.cs (9)
949if (_dphCtx == null) 954if (_dphCtx == null) 960return _dphCtx.AddDynamicProperty(prop); 987if (_dphCtx == null) 995return _dphCtx.RemoveDynamicProperty(name); 1013if (_dphCtx == null) 1019return _dphCtx.DynamicProperties; 1043if (_dphCtx == null) 1049return _dphCtx.DynamicSinks;