1 write to s_writeXmlValueMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
847
s_writeXmlValueMethod
= typeof(DataContract).GetMethod("WriteXmlValue", Globals.ScanAllMembers);
3 references to s_writeXmlValueMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
845
if (
s_writeXmlValueMethod
== null)
848
Debug.Assert(
s_writeXmlValueMethod
!= null);
850
return
s_writeXmlValueMethod
;