6 instantiations of RemotingSurrogateSelector
mscorlib (4)
system\runtime\remoting\crossappdomainchannel.cs (3)
676
RemotingSurrogateSelector ss = new
RemotingSurrogateSelector
();
712
RemotingSurrogateSelector ss = new
RemotingSurrogateSelector
();
726
RemotingSurrogateSelector ss = new
RemotingSurrogateSelector
();
system\runtime\remoting\remotingservices.cs (1)
2408
RemotingSurrogateSelector ss = new
RemotingSurrogateSelector
();
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
412
RemotingSurrogateSelector rss = new
RemotingSurrogateSelector
();
437
RemotingSurrogateSelector rss = new
RemotingSurrogateSelector
();
11 references to RemotingSurrogateSelector
mscorlib (8)
system\runtime\remoting\crossappdomainchannel.cs (3)
676
RemotingSurrogateSelector
ss = new RemotingSurrogateSelector();
712
RemotingSurrogateSelector
ss = new RemotingSurrogateSelector();
726
RemotingSurrogateSelector
ss = new RemotingSurrogateSelector();
system\runtime\remoting\remotingservices.cs (1)
2408
RemotingSurrogateSelector
ss = new RemotingSurrogateSelector();
system\runtime\remoting\remotingsurrogateselector.cs (4)
220
RemotingSurrogateSelector
_ss;
223
internal SoapMessageSurrogate(
RemotingSurrogateSelector
ss)
425
private
RemotingSurrogateSelector
_ss;
435
internal MessageSurrogate(
RemotingSurrogateSelector
ss)
System.Runtime.Remoting (3)
channels\core\corechannel.cs (3)
412
RemotingSurrogateSelector
rss = new RemotingSurrogateSelector();
437
RemotingSurrogateSelector
rss = new RemotingSurrogateSelector();
485
((
RemotingSurrogateSelector
)fmt.SurrogateSelector).SetRootObject(msg);