4 references to IncrementCollectionCountGenericMethod
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
351
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(collectionContract.ItemType);
354
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.ItemType.GetGenericArguments()));
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
430
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(collectionContract.ItemType);
433
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.ItemType.GetGenericArguments()));