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