1 write to SetMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
60SetMethod = setMethod;
6 references to SetMethod
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (6)
91var setMethod = replace(SetMethod); 94Debug.Assert(SetMethod?.IsExtensionBlockMember() != true); 95wasError = (Method is not null && method is null) || (SetMethod is not null && setMethod is null); 2738if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2746var setArgument = getReceiverCore(methodInfo.SetMethod, receiver); 2876if (!hasRefToRefStructThis(methodInfo.Method) && !hasRefToRefStructThis(methodInfo.SetMethod))