3 references to TypeOfArray
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
661if (arrayType == Globals.TypeOfArray)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
679if (type == Globals.TypeOfArray)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
621s_getArrayLengthMethod = Globals.TypeOfArray.GetProperty("Length").GetMethod;