2 references to IncrementCollectionCountGenericMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
348
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(collectionContract.ItemType);
351
incrementCollectionCountMethod = XmlFormatGeneratorStatics.
IncrementCollectionCountGenericMethod
.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.ItemType.GetGenericArguments()));