4 writes to _incrementCollectionCountDelegate
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\CollectionDataContract.cs (4)
757_incrementCollectionCountDelegate = (x, o, c) => 767_incrementCollectionCountDelegate = (IncrementCollectionCountDelegate)buildIncrementCollectionCountDelegate.Invoke(null, Array.Empty<object>())!; 773_incrementCollectionCountDelegate = (IncrementCollectionCountDelegate)buildIncrementCollectionCountDelegate.Invoke(null, Array.Empty<object>())!; 778_incrementCollectionCountDelegate = DummyIncrementCollectionCount;
2 references to _incrementCollectionCountDelegate
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
749if (_incrementCollectionCountDelegate == null) 783_incrementCollectionCountDelegate(xmlWriter, obj, context);