1 write to SetMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
60SetMethod = setMethod;
2 references to SetMethod
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (2)
2382if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2390var setArgument = getReceiverCore(methodInfo.SetMethod, receiver);