1 write to helper
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (1)
24this.helper = base.Helper as JsonCollectionDataContractCriticalHelper;
13 references to helper
System.Runtime.Serialization (13)
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (13)
34if (helper.JsonFormatReaderDelegate == null) 38if (helper.JsonFormatReaderDelegate == null) 46helper.JsonFormatReaderDelegate = tempDelegate; 50return helper.JsonFormatReaderDelegate; 61if (helper.JsonFormatGetOnlyReaderDelegate == null) 65if (helper.JsonFormatGetOnlyReaderDelegate == null) 78helper.JsonFormatGetOnlyReaderDelegate = tempDelegate; 82return helper.JsonFormatGetOnlyReaderDelegate; 93if (helper.JsonFormatWriterDelegate == null) 97if (helper.JsonFormatWriterDelegate == null) 101helper.JsonFormatWriterDelegate = tempDelegate; 105return helper.JsonFormatWriterDelegate; 114get { return this.helper.TraditionalCollectionDataContract; }