4 references to Field
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
898
case ExpressionKind.
Field
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (1)
9
: base(ExpressionKind.
Field
, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
24
ExpressionKind.
Field
=> VisitFIELD(pExpr as ExprField),
212
case ExpressionKind.
Field
: