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