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