2 writes to helper
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonDataContract.cs (2)
31
this.
helper
= new JsonDataContractCriticalHelper(traditionalDataContract);
39
this.
helper
= helper;
3 references to helper
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\JsonDataContract.cs (3)
52
get { return
helper
; }
60
get { return this.
helper
.TraditionalDataContract; }
68
get { return this.
helper
.KnownDataContracts; }