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