9 references to List
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (2)
224if (first.Kind != ExpressionKind.List) 232Debug.Assert((last as ExprList).OptionalNextListNode.Kind != ExpressionKind.List);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\List.cs (1)
9: base(ExpressionKind.List)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (4)
549Debug.Assert(args.OptionalNextListNode.Kind != ExpressionKind.List); 558Debug.Assert(args.OptionalNextListNode.Kind != ExpressionKind.List); 592Debug.Assert(arg != null && arg.Kind != ExpressionKind.List); 654Debug.Assert(args.OptionalNextListNode.Kind != ExpressionKind.List);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
21ExpressionKind.List => VisitLIST(pExpr as ExprList), 100case ExpressionKind.List: