2 writes to XmlFormatContentWriterMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
86
_helper.
XmlFormatContentWriterMethod
= typeof(XmlWriterDelegator).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { UnderlyingType })!;
88
_helper.
XmlFormatContentWriterMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { typeof(XmlWriterDelegator), UnderlyingType })!;
2 references to XmlFormatContentWriterMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
83
if (_helper.
XmlFormatContentWriterMethod
== null)
90
return _helper.
XmlFormatContentWriterMethod
;