1 write to _helper
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (1)
23
_helper
= (base.Helper as JsonCollectionDataContractCriticalHelper)!;
13 references to _helper
System.Private.DataContractSerialization (13)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (13)
32
if (
_helper
.JsonFormatReaderDelegate == null)
36
if (
_helper
.JsonFormatReaderDelegate == null)
49
_helper
.JsonFormatReaderDelegate = tempDelegate;
53
return
_helper
.JsonFormatReaderDelegate;
63
if (
_helper
.JsonFormatGetOnlyReaderDelegate == null)
67
if (
_helper
.JsonFormatGetOnlyReaderDelegate == null)
86
_helper
.JsonFormatGetOnlyReaderDelegate = tempDelegate;
90
return
_helper
.JsonFormatGetOnlyReaderDelegate;
100
if (
_helper
.JsonFormatWriterDelegate == null)
104
if (
_helper
.JsonFormatWriterDelegate == null)
117
_helper
.JsonFormatWriterDelegate = tempDelegate;
121
return
_helper
.JsonFormatWriterDelegate;
125
private CollectionDataContract TraditionalCollectionDataContract =>
_helper
.TraditionalCollectionDataContract;