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