1 write to _replySink
mscorlib (1)
system\runtime\remoting\crossappdomainchannel.cs (1)
645
_replySink
= replySink;
2 references to _replySink
mscorlib (2)
system\runtime\remoting\crossappdomainchannel.cs (2)
661
if (
_replySink
!= null)
663
_replySink
.SyncProcessMessage(retMsg);