1 write to SetMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
61SetMethod = setMethod;
4 references to SetMethod
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (4)
92var setMethod = replace(SetMethod); 95wasError = (Method is not null && method is null) || (SetMethod is not null && setMethod is null); 2478if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2486var setArgument = getReceiverCore(methodInfo.SetMethod, receiver);