2 writes to XmlFormatWriterMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
70
_helper.
XmlFormatWriterMethod
= typeof(XmlWriterDelegator).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { UnderlyingType, typeof(XmlDictionaryString), typeof(XmlDictionaryString) })!;
72
_helper.
XmlFormatWriterMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { typeof(XmlWriterDelegator), UnderlyingType, typeof(XmlDictionaryString), typeof(XmlDictionaryString) })!;
2 references to XmlFormatWriterMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
67
if (_helper.
XmlFormatWriterMethod
== null)
74
return _helper.
XmlFormatWriterMethod
;