1 write to s_writeNullMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
708
s_writeNullMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod("WriteNull", Globals.ScanAllMembers, new Type[] { typeof(XmlWriterDelegator), typeof(Type), typeof(bool) });
3 references to s_writeNullMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
706
if (
s_writeNullMethod
== null)
709
Debug.Assert(
s_writeNullMethod
!= null);
711
return
s_writeNullMethod
;