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