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