2 references to TypeLength
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatterWriter.cs (1)
231WriteArrayAsBytes(array, Converter.TypeLength(arrayElemTypeNameInfo._primitiveTypeEnum));
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
876int typeLength = Converter.TypeLength(pr._arrayElementTypeCode);