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)
749
if (
_incrementCollectionCountDelegate
== null)
783
_incrementCollectionCountDelegate
(xmlWriter, obj, context);