5 references to Property
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
870
case ExpressionKind.
Property
:
1052
(((pObject.Flags & EXPRFLAG.EXF_LVALUE) != 0) && (pObject.Kind != ExpressionKind.
Property
)) ||
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Property.cs (1)
20
: base(ExpressionKind.
Property
, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
28
ExpressionKind.
Property
=> VisitPROP(pExpr as ExprProperty),
204
case ExpressionKind.
Property
: