1 write to SetMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
60SetMethod = setMethod;
4 references to SetMethod
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (4)
91var setMethod = replace(SetMethod); 94wasError = (Method is not null && method is null) || (SetMethod is not null && setMethod is null); 2474if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2482var setArgument = getReceiverCore(methodInfo.SetMethod, receiver);