3 references to TrimArraySizeMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
705
MethodInfo trimArraySizeMethod = XmlFormatGeneratorStatics.
TrimArraySizeMethod
.MakeGenericMethod(itemType);
System\Runtime\Serialization\ReflectionReader.cs (1)
186
MethodInfo trimArraySizeMethod = XmlFormatGeneratorStatics.
TrimArraySizeMethod
.MakeGenericMethod(itemType);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
735
MethodInfo trimArraySizeMethod = XmlFormatGeneratorStatics.
TrimArraySizeMethod
.MakeGenericMethod(itemType);