7 references to EXF_USERCALLABLE
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
582
EXPRFLAG flags = EXPRFLAG.
EXF_USERCALLABLE
;
807
memGroup.Flags &= ~EXPRFLAG.
EXF_USERCALLABLE
;
815
memGroup.Flags &= ~EXPRFLAG.
EXF_USERCALLABLE
;
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
1078
Debug.Assert(0 == (_pGroup.Flags & EXPRFLAG.
EXF_USERCALLABLE
) || _results.BestResult.MethProp().isUserCallable());
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
22
UserCallable = EXPRFLAG.
EXF_USERCALLABLE
,
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
80
if (!ExpressionBinder.IsMethPropCallable(CurrentSymbol, (_flags & EXPRFLAG.
EXF_USERCALLABLE
) != 0))
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
16
| EXPRFLAG.EXF_DELEGATE | EXPRFLAG.
EXF_USERCALLABLE