1 write to s_getArraySizeMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
508
s_getArraySizeMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("GetArraySize", Globals.ScanAllMembers);
3 references to s_getArraySizeMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
506
if (
s_getArraySizeMethod
== null)
509
Debug.Assert(
s_getArraySizeMethod
!= null);
511
return
s_getArraySizeMethod
;