1 write to s_ensureArraySizeMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
572s_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)
570if (s_ensureArraySizeMethod == null) 573Debug.Assert(s_ensureArraySizeMethod != null); 575return s_ensureArraySizeMethod;