1 write to s_trimArraySizeMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
588
s_trimArraySizeMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("TrimArraySize", Globals.ScanAllMembers);
3 references to s_trimArraySizeMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
586
if (
s_trimArraySizeMethod
== null)
589
Debug.Assert(
s_trimArraySizeMethod
!= null);
591
return
s_trimArraySizeMethod
;