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