3 references to Cast
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Cast.cs (1)
12: base(ExpressionKind.Cast, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
34ExpressionKind.Cast => VisitCAST(pExpr as ExprCast), 174case ExpressionKind.Cast: