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)
32if (_helper.JsonFormatReaderDelegate == null) 36if (_helper.JsonFormatReaderDelegate == null) 49_helper.JsonFormatReaderDelegate = tempDelegate; 53return _helper.JsonFormatReaderDelegate; 63if (_helper.JsonFormatGetOnlyReaderDelegate == null) 67if (_helper.JsonFormatGetOnlyReaderDelegate == null) 86_helper.JsonFormatGetOnlyReaderDelegate = tempDelegate; 90return _helper.JsonFormatGetOnlyReaderDelegate; 100if (_helper.JsonFormatWriterDelegate == null) 104if (_helper.JsonFormatWriterDelegate == null) 117_helper.JsonFormatWriterDelegate = tempDelegate; 121return _helper.JsonFormatWriterDelegate; 125private CollectionDataContract TraditionalCollectionDataContract => _helper.TraditionalCollectionDataContract;