1 write to s_getArrayLengthMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
621
s_getArrayLengthMethod
= Globals.TypeOfArray.GetProperty("Length").GetMethod;
3 references to s_getArrayLengthMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
619
if (
s_getArrayLengthMethod
== null)
622
Debug.Assert(
s_getArrayLengthMethod
!= null);
624
return
s_getArrayLengthMethod
;