2 writes to XmlFormatWriterMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
81helper.XmlFormatWriterMethod = typeof(XmlWriterDelegator).GetMethod(WriteMethodName, Globals.ScanAllMembers, null, new Type[] { UnderlyingType, typeof(XmlDictionaryString), typeof(XmlDictionaryString) }, null); 83helper.XmlFormatWriterMethod = typeof(XmlObjectSerializerWriteContext).GetMethod(WriteMethodName, Globals.ScanAllMembers, null, new Type[] { typeof(XmlWriterDelegator), UnderlyingType, typeof(XmlDictionaryString), typeof(XmlDictionaryString) }, null);
2 references to XmlFormatWriterMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
78if (helper.XmlFormatWriterMethod == null) 85return helper.XmlFormatWriterMethod;