Exemplo n.º 1
0
    // Token: 0x0600099C RID: 2460 RVA: 0x0003774C File Offset: 0x0003594C
    private void method_24(JsonWriter jsonWriter_0, Type type_1)
    {
        string text = Class90.smethod_4(type_1, this.jsonSerializer_0.typeNameAssemblyFormatHandling_0, this.jsonSerializer_0.ginterface2_0);

        if (this.itraceWriter_0 != null && this.itraceWriter_0.LevelFilter >= TraceLevel.Verbose)
        {
            this.itraceWriter_0.Trace(TraceLevel.Verbose, Struct0.smethod_1(null, jsonWriter_0.Path, "Writing type name '{0}' for {1}.".smethod_1(CultureInfo.InvariantCulture, text, type_1)), null);
        }
        jsonWriter_0.WritePropertyName("$type", false);
        jsonWriter_0.WriteValue(text);
    }