// Token: 0x06000996 RID: 2454 RVA: 0x0003723C File Offset: 0x0003543C private void method_18(JsonWriter jsonWriter_0, JsonContract jsonContract_0, object object_0) { if (this.itraceWriter_0 != null && this.itraceWriter_0.LevelFilter >= TraceLevel.Info) { this.itraceWriter_0.Trace(TraceLevel.Info, Struct0.smethod_1(null, jsonWriter_0.Path, "Finished serializing {0}".smethod_0(CultureInfo.InvariantCulture, jsonContract_0.UnderlyingType)), null); } jsonContract_0.method_1(object_0, this.jsonSerializer_0.streamingContext_0); }
private void method_16(JsonWriter jsonWriter_0, JsonContract jsonContract_1, object object_0) { if ((base.itraceWriter_0 != null) && (base.itraceWriter_0.LevelFilter >= TraceLevel.Info)) { base.itraceWriter_0.Trace(TraceLevel.Info, Struct25.smethod_2(null, jsonWriter_0.Path, "Finished serializing {0}".smethod_0(CultureInfo.InvariantCulture, jsonContract_1.UnderlyingType)), null); } jsonContract_1.method_1(object_0, base.jsonSerializer_0.streamingContext_0); }