2 references to BuildIncrementCollectionCountDelegateMethod
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
787
static MethodInfo GetBuildIncrementCollectionCountGenericDelegate(Type type) =>
BuildIncrementCollectionCountDelegateMethod
.MakeGenericMethod(type);
793
private static MethodInfo GetBuildIncrementCollectionCountGenericDelegate(Type type) =>
BuildIncrementCollectionCountDelegateMethod
.MakeGenericMethod(type);