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