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