2 references to GetDefaultValueMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
776
return
GetDefaultValueMethod
.MakeGenericMethod(type).Invoke(null, Array.Empty<object>());
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
753
_ilg.Call(XmlFormatGeneratorStatics.
GetDefaultValueMethod
.MakeGenericMethod(memberType));