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