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