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