1 write to s_getDefaultValueMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
765
s_getDefaultValueMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod("GetDefaultValue", Globals.ScanAllMembers);
3 references to s_getDefaultValueMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
763
if (
s_getDefaultValueMethod
== null)
766
Debug.Assert(
s_getDefaultValueMethod
!= null);
768
return
s_getDefaultValueMethod
;