3 references to ERR_InaccessibleGetter
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
97case ErrorCode.ERR_InaccessibleGetter:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
521throw ErrorHandling.Error(ErrorCode.ERR_InaccessibleGetter, pwt); 845throw ErrorHandling.Error(mwt.Meth().isSetAccessor() ? ErrorCode.ERR_InaccessibleSetter : ErrorCode.ERR_InaccessibleGetter, pwtSlot);