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)
67if (_helper.XmlFormatWriterMethod == null) 74return _helper.XmlFormatWriterMethod;