1 write to s_getHasValueMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
809s_getHasValueMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("GetHasValue", Globals.ScanAllMembers);
3 references to s_getHasValueMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
807if (s_getHasValueMethod == null) 810Debug.Assert(s_getHasValueMethod != null); 812return s_getHasValueMethod;