4 references to ERR_BadProtectedAccess
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
157case ErrorCode.ERR_BadProtectedAccess:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
518throw ErrorHandling.Error(ErrorCode.ERR_BadProtectedAccess, pwt, type, ContextForMemberLookup); 843throw ErrorHandling.Error(ErrorCode.ERR_BadProtectedAccess, pwtSlot, type, ContextForMemberLookup);
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
261? ErrorHandling.Error(ErrorCode.ERR_BadProtectedAccess, swtBad, typeQual, symWhere)