1 write to throwTypeNotSerializableMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
877throwTypeNotSerializableMethod = typeof(DataContract).GetMethod("ThrowTypeNotSerializable", Globals.ScanAllMembers);
2 references to throwTypeNotSerializableMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
876if (throwTypeNotSerializableMethod == null) 878return throwTypeNotSerializableMethod;