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)
949
if (
_dphCtx
== null)
954
if (
_dphCtx
== null)
960
return
_dphCtx
.AddDynamicProperty(prop);
987
if (
_dphCtx
== null)
995
return
_dphCtx
.RemoveDynamicProperty(name);
1013
if (
_dphCtx
== null)
1019
return
_dphCtx
.DynamicProperties;
1043
if (
_dphCtx
== null)
1049
return
_dphCtx
.DynamicSinks;