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)
83if (_helper.XmlFormatContentWriterMethod == null) 90return _helper.XmlFormatContentWriterMethod;