1 write to _replySink
mscorlib (1)
system\runtime\remoting\crosscontextchannel.cs (1)
423
_replySink
= replySink;
3 references to _replySink
mscorlib (3)
system\runtime\remoting\crosscontextchannel.cs (3)
453
if (
_replySink
!= null)
472
Object[] args = new Object[] {
_replySink
, msg };
494
return
_replySink
;