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