1 write to Method
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
59Method = method;
14 references to Method
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder.ValueChecks.cs (14)
46/// <see cref="Method"/> will represent the `get` accessor and this will 51internal bool UseUpdatedEscapeRules => Method?.UseUpdatedEscapeRules == true; 53Method is { RefKind: not RefKind.None, ReturnType: { } returnType } && 88public override string? ToString() => Method?.ToString(); 2061if (methodInfo.Method?.RequiresInstanceReceiver == true && receiver?.Type?.IsRefLikeOrAllowsRefLikeType() == true) 2316var method = methodInfo.Method; 2405if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2407var getArgument = getReceiverCore(methodInfo.Method, receiver); 2423return getReceiverCore(methodInfo.Method, receiver); 4648if (methodInfo.Method is null) 4655if (methodInfo.Method.IsEffectivelyReadOnly) 4666methodInfo.Method.Parameters, 4700if (methodInfo.Method is null || methodInfo.Method.IsEffectivelyReadOnly)