1 write to XmlFormatReaderMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (1)
139
_helper.
XmlFormatReaderMethod
= typeof(XmlReaderDelegator).GetMethod(ReadMethodName, Globals.ScanAllMembers);
2 references to XmlFormatReaderMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
137
if (_helper.
XmlFormatReaderMethod
== null)
141
return _helper.
XmlFormatReaderMethod
;