4 references to TypeOf
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
67
new 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)
36
ExpressionKind.
TypeOf
=> VisitTYPEOF(pExpr as ExprTypeOf),
171
case ExpressionKind.
TypeOf
: