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