System\Linq\Expressions\DebugViewWriter.cs (21)
270Out(separator.ToString(), Flow.NewLine);
289Out(close.ToString(), Flow.Break);
355Out("(", Flow.None);
368Out("(", Flow.None);
430Out(") {", Flow.NewLine);
434Out(".If (", Flow.NewLine);
797Out(".NewArray " + node.Type.ToString(), Flow.Space);
916Out(".Throw", Flow.Space);
993Out(".Label", Flow.NewLine);
1004Out("." + node.Kind.ToString(), Flow.Space);
1005Out(GetLabelTargetName(node.Target), Flow.Space);
1006Out("{", Flow.Space);
1014Out(".Loop", Flow.Space);
1019Out(" {", Flow.NewLine);
1026Out("", Flow.NewLine);
1038Out("):", Flow.NewLine);
1052Out(") {", Flow.NewLine);
1056Out(".Default:", Flow.NewLine);
1076Out(") .If (", Flow.Break);
1079Out(") {", Flow.NewLine);
1088Out(".Try {", Flow.NewLine);