1 write to s_getArrayLengthMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
621s_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)
619if (s_getArrayLengthMethod == null) 622Debug.Assert(s_getArrayLengthMethod != null); 624return s_getArrayLengthMethod;