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