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