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