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