1 write to SetMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
61SetMethod = setMethod;
5 references to SetMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (5)
92var setMethod = replace(SetMethod); 95Debug.Assert(SetMethod?.GetIsNewExtensionMember() != true); 96wasError = (Method is not null && method is null) || (SetMethod is not null && setMethod is null); 2477if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2485var setArgument = getReceiverCore(methodInfo.SetMethod, receiver);