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