4 references to TypeOf
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
67new OperatorInfo(TokenKind.TypeOf, PredefinedName.PN_COUNT, ExpressionKind.TypeOf ),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\TypeOf.cs (1)
11: base(ExpressionKind.TypeOf, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
36ExpressionKind.TypeOf => VisitTYPEOF(pExpr as ExprTypeOf), 171case ExpressionKind.TypeOf: