4 references to IncrementCollectionCountGenericMethod
System.Runtime.Serialization (4)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
392
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(collectionContract.ItemType);
395
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.ItemType.GetGenericArguments()));
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
428
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(collectionContract.ItemType);
431
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.ItemType.GetGenericArguments()));