116 references to Out
System.Core (116)
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (116)
210
Out
(seperator);
219
Out
(FormatBinder(node.Binder));
228
Out
("[");
230
Out
("]");
317
Out
("(");
320
Out
(op);
323
Out
(")");
330
Out
("ref ");
340
Out
("Param_" + GetParamId(node));
342
Out
(name);
355
Out
(" => ");
362
Out
(" {");
365
Out
(", ");
367
Out
(node.Initializers[i].ToString());
369
Out
("}");
374
Out
("IIF(");
376
Out
(", ");
378
Out
(", ");
380
Out
(")");
388
Out
("\"");
389
Out
(sValue);
390
Out
("\"");
392
Out
("value(");
393
Out
(sValue);
394
Out
(")");
396
Out
(sValue);
399
Out
("null");
414
Out
(s);
427
Out
("." + member.Name);
430
Out
(member.DeclaringType.Name + "." + member.Name);
443
Out
("new");
447
Out
(" {");
451
Out
(", ");
455
Out
("}");
460
Out
(assignment.Member.Name);
461
Out
(" = ");
467
Out
(binding.Member.Name);
468
Out
(" = {");
471
Out
(", ");
475
Out
("}");
480
Out
(binding.Member.Name);
481
Out
(" = {");
484
Out
(", ");
488
Out
("}");
493
Out
(initializer.AddMethod.ToString());
503
Out
("Invoke(");
510
Out
(sep);
513
Out
(")");
528
Out
(".");
530
Out
(node.Method.Name);
531
Out
("(");
534
Out
(", ");
537
Out
(")");
545
Out
("new " + node.Type.ToString());
550
Out
("new [] ");
578
Out
("new " + node.Type.Name);
579
Out
("(");
583
Out
(", ");
596
Out
(name);
597
Out
(" = ");
601
Out
(")");
606
Out
("(");
610
Out
(" Is ");
613
Out
(" TypeEqual ");
616
Out
(node.TypeOperand.Name);
617
Out
(")");
625
Out
("(");
628
Out
("Not(");
632
Out
("-");
635
Out
("+");
640
Out
("throw(");
643
Out
("Increment(");
646
Out
("Decrement(");
649
Out
("++");
652
Out
("--");
655
Out
("~(");
658
Out
(node.NodeType.ToString());
659
Out
("(");
674
Out
(" As ");
675
Out
(node.Type.Name);
676
Out
(")");
679
Out
("++");
682
Out
("--");
685
Out
(")");
692
Out
("{");
694
Out
("var ");
696
Out
(";");
698
Out
(" ... }");
703
Out
("default(");
704
Out
(node.Type.Name);
705
Out
(")");
710
Out
("{ ... } ");
712
Out
(":");
717
Out
(node.Kind.ToString().ToLower(CultureInfo.CurrentCulture));
720
Out
(" (");
722
Out
(") ");
728
Out
("loop { ... }");
733
Out
("case ");
735
Out
(": ...");
740
Out
("switch ");
741
Out
("(");
743
Out
(") { ... }");
748
Out
("catch (" + node.Test.Name);
750
Out
(node.Variable.Name ?? "");
752
Out
(") { ... }");
757
Out
("try { ... }");
766
Out
(node.Indexer.DeclaringType.Name);
769
Out
(".");
770
Out
(node.Indexer.Name);
782
Out
(node.ToString());
786
Out
("[");
790
Out
(node.GetType().FullName);
792
Out
(node.NodeType.ToString());
794
Out
("]");
800
Out
(target.Name);
803
Out
("UnamedLabel_" + labelId);