Microsoft\Scripting\Ast\DebugViewWriter.cs (30)
98_flow = Flow.NewLine;
183case Flow.NewLine:
214flow = Flow.NewLine;
298Out(separator.ToString(), Flow.NewLine);
465Out(") {", Flow.NewLine);
467Out(".If (", Flow.NewLine);
471Out(Flow.NewLine, ") {", Flow.NewLine);
476Out(Flow.NewLine, "} .Else {", Flow.NewLine);
480Out(Flow.NewLine, "}");
969Out(".Label", Flow.NewLine);
992Out(" {", Flow.NewLine);
996Out(Flow.NewLine, "}");
998Out("", Flow.NewLine);
1008Out("):", Flow.NewLine);
1021Out(") {", Flow.NewLine);
1024Out(".Default:", Flow.NewLine);
1035Out(Flow.NewLine, "} .Catch (" + node.Test.ToString());
1044Out(") {", Flow.NewLine);
1052Out(".Try {", Flow.NewLine);
1058Out(Flow.NewLine, "} .Finally {", Flow.NewLine);
1063Out(Flow.NewLine, "} .Fault {", Flow.NewLine);
1069Out(Flow.NewLine, "}");
1088Out(Flow.Space, "{", Flow.NewLine);
1092Out(Flow.NewLine, "}");
1136Out(Flow.Space, "{", Flow.NewLine);
1140Out(Flow.NewLine, "}");