1 write to s_ensureArraySizeMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
572
s_ensureArraySizeMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("EnsureArraySize", Globals.ScanAllMembers);
3 references to s_ensureArraySizeMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
570
if (
s_ensureArraySizeMethod
== null)
573
Debug.Assert(
s_ensureArraySizeMethod
!= null);
575
return
s_ensureArraySizeMethod
;