3 references to StreamingContext
mscorlib (1)
system\runtime\serialization\streamingcontext.cs (1)
26: this (state, null) {
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
295BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 363BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));