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