2 writes to XmlFormatContentWriterMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
120
_helper.
XmlFormatContentWriterMethod
= typeof(XmlWriterDelegator).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { UnderlyingType });
122
_helper.
XmlFormatContentWriterMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod(WriteMethodName, Globals.ScanAllMembers, new Type[] { typeof(XmlWriterDelegator), UnderlyingType });
2 references to XmlFormatContentWriterMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
117
if (_helper.
XmlFormatContentWriterMethod
== null)
124
return _helper.
XmlFormatContentWriterMethod
;