Implemented interface member:
property
SurrogateSelector
System.Runtime.Serialization.IFormatter.SurrogateSelector
12 writes to SurrogateSelector
mscorlib (7)
system\runtime\remoting\crossappdomainchannel.cs (4)
678fmt.SurrogateSelector = ss; 713fmt.SurrogateSelector = ss; 727fmt.SurrogateSelector = ss; 760fmt.SurrogateSelector = null;
system\runtime\remoting\remotingservices.cs (3)
2410fmt.SurrogateSelector = ss; 2423fmt.SurrogateSelector = null; 2455fmt.SurrogateSelector = null;
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
438remotingFormatter.SurrogateSelector = rss; 442remotingFormatter.SurrogateSelector = null;
System.Web (2)
Util\altserialization.cs (2)
152formatter.SurrogateSelector = SessionStateUtility.SerializationSurrogateSelector; 272formatter.SurrogateSelector = SessionStateUtility.SerializationSurrogateSelector;
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
207binaryFormatter.SurrogateSelector = ActivitySurrogateSelector.Default;