1 write to s_getNullableValueMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
781
s_getNullableValueMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod("GetNullableValue", Globals.ScanAllMembers);
3 references to s_getNullableValueMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
779
if (
s_getNullableValueMethod
== null)
782
Debug.Assert(
s_getNullableValueMethod
!= null);
784
return
s_getNullableValueMethod
;