3 references to Concat
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Concatenate.cs (1)
12
: base(ExpressionKind.
Concat
, TypeFromOperands(first, second))
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
32
ExpressionKind.
Concat
=> VisitCONCAT(pExpr as ExprConcat),
261
case ExpressionKind.
Concat
: