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