2 implementations of GetNextSelector
mscorlib (2)
system\runtime\remoting\remotingsurrogateselector.cs (1)
124public virtual ISurrogateSelector GetNextSelector() { return _next;}
system\runtime\serialization\surrogateselector.cs (1)
168public virtual ISurrogateSelector GetNextSelector() {
8 references to GetNextSelector
mscorlib (8)
system\runtime\serialization\surrogateselector.cs (8)
59head = head.GetNextSelector(); 66head = head.GetNextSelector(); 67tail = tail.GetNextSelector(); 110tempCurr = selector.GetNextSelector(); 114tempCurr = tempCurr.GetNextSelector(); 129tempCurr = tempCurr.GetNextSelector(); 141tempCurr = tempCurr.GetNextSelector(); 148tempPrev = tempPrev.GetNextSelector();