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(); 2038if (methodInfo.Method?.RequiresInstanceReceiver == true && receiver?.Type?.IsRefLikeOrAllowsRefLikeType() == true) 2293var method = methodInfo.Method; 2382if (methodInfo.Method is not null && methodInfo.SetMethod is not null) 2384var getArgument = getReceiverCore(methodInfo.Method, receiver); 2400return getReceiverCore(methodInfo.Method, receiver); 4630if (methodInfo.Method is null) 4637if (methodInfo.Method.IsEffectivelyReadOnly) 4648methodInfo.Method.Parameters, 4682if (methodInfo.Method is null || methodInfo.Method.IsEffectivelyReadOnly)