1 implementation of Push
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
260public void Push(IServerChannelSink sink, Object state)
2 references to Push
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
606sinkStack.Push(this, null);
channels\sinks\soapformattersinks.cs (1)
677sinkStack.Push(this, null);