1 write to _next
mscorlib (1)
system\runtime\remoting\remotingsurrogateselector.cs (1)
80public virtual void ChainSelector(ISurrogateSelector selector) {_next = selector;}
3 references to _next
mscorlib (3)
system\runtime\remoting\remotingsurrogateselector.cs (3)
111else if (_next != null) 113return _next.GetSurrogate(type, context, out ssout); 124public virtual ISurrogateSelector GetNextSelector() { return _next;}