4 references to Sequence
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
56Debug.Assert(binOp.Kind == ExpressionKind.Sequence);
Microsoft\CSharp\RuntimeBinder\Semantics\EXPRExtensions.cs (1)
77while (exprVal.Kind == ExpressionKind.Sequence)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
186CreateBinop(ExpressionKind.Sequence, second.Type, first, second);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
63ExpressionKind.Sequence => VisitSEQUENCE(pExpr as ExprBinOp),