1 write to Sink
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
100
newStack.
Sink
= sink;
3 references to Sink
mscorlib (3)
system\runtime\remoting\channelsinkstacks.cs (3)
119
if (_stack.
Sink
== sink)
125
if (_stack.
Sink
== null)
152
IClientChannelSink sink = _stack.
Sink
;