1 write to s_getHasValueMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
813
s_getHasValueMethod
= typeof(XmlObjectSerializerWriteContext).GetMethod("GetHasValue", Globals.ScanAllMembers);
3 references to s_getHasValueMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
811
if (
s_getHasValueMethod
== null)
814
Debug.Assert(
s_getHasValueMethod
!= null);
816
return
s_getHasValueMethod
;