4 references to MustBeInvocable
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (3)
28
All = Ctor | NewObj | Operator | Indexer | UserCallable | BaseCall |
MustBeInvocable
201
if ((_flags & MemLookFlags.
MustBeInvocable
) != 0)
635
return ErrorHandling.Error((_flags & MemLookFlags.
MustBeInvocable
) != 0 ? ErrorCode.ERR_NonInvocableMemberCalled : ErrorCode.ERR_CantCallSpecialMethod, _swtBad);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
120
(requireInvocable ? MemLookFlags.
MustBeInvocable
: 0)))