System\Linq\Expressions\DebugViewWriter.cs (30)
73_flow = Flow.NewLine;
176case Flow.NewLine:
212flow = Flow.NewLine;
270Out(separator.ToString(), Flow.NewLine);
430Out(") {", Flow.NewLine);
434Out(".If (", Flow.NewLine);
438Out(Flow.NewLine, ") {", Flow.NewLine);
443Out(Flow.NewLine, "} .Else {", Flow.NewLine);
447Out(Flow.NewLine, "}");
993Out(".Label", Flow.NewLine);
1019Out(" {", Flow.NewLine);
1023Out(Flow.NewLine, "}");
1026Out("", Flow.NewLine);
1038Out("):", Flow.NewLine);
1052Out(") {", Flow.NewLine);
1056Out(".Default:", Flow.NewLine);
1068Out(Flow.NewLine, "} .Catch (" + node.Test.ToString());
1079Out(") {", Flow.NewLine);
1088Out(".Try {", Flow.NewLine);
1095Out(Flow.NewLine, "} .Finally {", Flow.NewLine);
1102Out(Flow.NewLine, "} .Fault {", Flow.NewLine);
1108Out(Flow.NewLine, "}");
1133Out(Flow.Space, "{", Flow.NewLine);
1137Out(Flow.NewLine, "}");
1174Out(Flow.Space, "{", Flow.NewLine);
1178Out(Flow.NewLine, "}");