3 references to ERR_CantCallSpecialMethod
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
142case ErrorCode.ERR_CantCallSpecialMethod:
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
611? ErrorHandling.Error(ErrorCode.ERR_CantCallSpecialMethod, _swtInaccess) 635return ErrorHandling.Error((_flags & MemLookFlags.MustBeInvocable) != 0 ? ErrorCode.ERR_NonInvocableMemberCalled : ErrorCode.ERR_CantCallSpecialMethod, _swtBad);