1 implementation of GetNextSelector
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\SurrogateSelector.cs (1)
141
public virtual ISurrogateSelector?
GetNextSelector
() => _nextSelector;
8 references to GetNextSelector
System.Runtime.Serialization.Formatters (8)
System\Runtime\Serialization\SurrogateSelector.cs (8)
31
head = head.
GetNextSelector
();
40
head = head.
GetNextSelector
();
41
tail = tail!.
GetNextSelector
();
72
ISurrogateSelector? tempCurr = selector.
GetNextSelector
();
77
tempCurr = tempCurr.
GetNextSelector
();
95
tempCurr = tempCurr.
GetNextSelector
();
112
tempCurr = tempCurr.
GetNextSelector
();
123
tempPrev = tempPrev.
GetNextSelector
();