1 write to binaryFormatter
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
206binaryFormatter = new BinaryFormatter();
3 references to binaryFormatter
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
207binaryFormatter.SurrogateSelector = ActivitySurrogateSelector.Default; 1056this.Save(stream, binaryFormatter); 1098return Load(stream, outerActivity, binaryFormatter);