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