1 write to s_writeNullMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
703
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)
701
if (
s_writeNullMethod
== null)
704
Debug.Assert(
s_writeNullMethod
!= null);
706
return
s_writeNullMethod
;