1 write to Method
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder.ValueChecks.cs (1)
59
Method
= 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
51
internal bool UseUpdatedEscapeRules =>
Method
?.UseUpdatedEscapeRules == true;
53
Method
is { RefKind: not RefKind.None, ReturnType: { } returnType } &&
88
public override string? ToString() =>
Method
?.ToString();
2038
if (methodInfo.
Method
?.RequiresInstanceReceiver == true && receiver?.Type?.IsRefLikeOrAllowsRefLikeType() == true)
2293
var method = methodInfo.
Method
;
2382
if (methodInfo.
Method
is not null && methodInfo.SetMethod is not null)
2384
var getArgument = getReceiverCore(methodInfo.
Method
, receiver);
2400
return getReceiverCore(methodInfo.
Method
, receiver);
4630
if (methodInfo.
Method
is null)
4637
if (methodInfo.
Method
.IsEffectivelyReadOnly)
4648
methodInfo.
Method
.Parameters,
4682
if (methodInfo.
Method
is null || methodInfo.
Method
.IsEffectivelyReadOnly)