1 write to s_readXmlValueMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
863
s_readXmlValueMethod
= typeof(DataContract).GetMethod("ReadXmlValue", Globals.ScanAllMembers);
3 references to s_readXmlValueMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
861
if (
s_readXmlValueMethod
== null)
864
Debug.Assert(
s_readXmlValueMethod
!= null);
866
return
s_readXmlValueMethod
;