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();
2061
if (methodInfo.
Method
?.RequiresInstanceReceiver == true && receiver?.Type?.IsRefLikeOrAllowsRefLikeType() == true)
2316
var method = methodInfo.
Method
;
2405
if (methodInfo.
Method
is not null && methodInfo.SetMethod is not null)
2407
var getArgument = getReceiverCore(methodInfo.
Method
, receiver);
2423
return getReceiverCore(methodInfo.
Method
, receiver);
4648
if (methodInfo.
Method
is null)
4655
if (methodInfo.
Method
.IsEffectivelyReadOnly)
4666
methodInfo.
Method
.Parameters,
4700
if (methodInfo.
Method
is null || methodInfo.
Method
.IsEffectivelyReadOnly)