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