9 references to List
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (2)
243
if (first.Kind != ExpressionKind.
List
)
251
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)
550
Debug.Assert(args.OptionalNextListNode.Kind != ExpressionKind.
List
);
559
Debug.Assert(args.OptionalNextListNode.Kind != ExpressionKind.
List
);
593
Debug.Assert(arg != null && arg.Kind != ExpressionKind.
List
);
655
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
: