4 references to IncrementCollectionCountDelegate
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\CollectionDataContract.cs (4)
742private IncrementCollectionCountDelegate? _incrementCollectionCountDelegate; 767_incrementCollectionCountDelegate = (IncrementCollectionCountDelegate)buildIncrementCollectionCountDelegate.Invoke(null, Array.Empty<object>())!; 773_incrementCollectionCountDelegate = (IncrementCollectionCountDelegate)buildIncrementCollectionCountDelegate.Invoke(null, Array.Empty<object>())!; 800private static IncrementCollectionCountDelegate BuildIncrementCollectionCountDelegate<T>()