1 write to _dph
mscorlib (1)
system\runtime\remoting\identity.cs (1)
522
_dph
= dph;
7 references to _dph
mscorlib (7)
system\runtime\remoting\identity.cs (7)
515
if (
_dph
== null)
520
if (
_dph
== null)
526
return
_dph
.AddDynamicProperty(prop);
535
if (
_dph
== null)
542
return
_dph
.RemoveDynamicProperty(name);
551
if (
_dph
== null)
557
return
_dph
.DynamicSinks;