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