1 write to s_getNullableValueMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
781s_getNullableValueMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("GetNullableValue", Globals.ScanAllMembers);
3 references to s_getNullableValueMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
779if (s_getNullableValueMethod == null) 782Debug.Assert(s_getNullableValueMethod != null); 784return s_getNullableValueMethod;