1 instantiation of SurrogateTestType
System.ServiceModel.Primitives.Tests (1)
Description\OperationBehaviorTest.cs (1)
109
SurrogateTestType obj = new
SurrogateTestType
{ Members = members };
5 references to SurrogateTestType
System.ServiceModel.Primitives.Tests (5)
Description\OperationBehaviorTest.cs (5)
101
DataContractSerializer dcs = (DataContractSerializer)behavior.CreateSerializer(typeof(
SurrogateTestType
), nameof(
SurrogateTestType
), "ns", new List<Type>());
109
SurrogateTestType
obj = new SurrogateTestType { Members = members };
113
var
deserialized = (
SurrogateTestType
)dcs.ReadObject(ms);