コード例 #1
0
 // Token: 0x06000995 RID: 2453 RVA: 0x000371D8 File Offset: 0x000353D8
 private void method_17(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, "Started serializing {0}".smethod_0(CultureInfo.InvariantCulture, jsonContract_0.UnderlyingType)), null);
     }
     jsonContract_0.method_0(object_0, this.jsonSerializer_0.streamingContext_0);
 }
コード例 #2
0
 private void method_15(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, "Started serializing {0}".smethod_0(CultureInfo.InvariantCulture, jsonContract_1.UnderlyingType)), null);
     }
     jsonContract_1.method_0(object_0, base.jsonSerializer_0.streamingContext_0);
 }