2 writes to XmlFormatContentWriterMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
99
helper.
XmlFormatContentWriterMethod
= typeof(XmlWriterDelegator).GetMethod(WriteMethodName, Globals.ScanAllMembers, null, new Type[] { UnderlyingType }, null);
101
helper.
XmlFormatContentWriterMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod(WriteMethodName, Globals.ScanAllMembers, null, new Type[] { typeof(XmlWriterDelegator), UnderlyingType }, null);
2 references to XmlFormatContentWriterMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
96
if (helper.
XmlFormatContentWriterMethod
== null)
103
return helper.
XmlFormatContentWriterMethod
;