3 writes to Sink
mscorlib (3)
system\runtime\remoting\channelsinkstacks.cs (3)
264newStack.Sink = sink; 328remStack.Sink = sink; 356newStack.Sink = _rememberedStack.Sink;
7 references to Sink
mscorlib (7)
system\runtime\remoting\channelsinkstacks.cs (7)
282if (_stack.Sink == sink) 288if (_stack.Sink == null) 314if (_stack.Sink == sink) 320if (_stack.Sink == null) 356newStack.Sink = _rememberedStack.Sink; 374IServerChannelSink sink = _stack.Sink; 393IServerChannelSink savedSink = _stack.Sink;