7 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
10911
MethodSymbol invoke = possibleDelegateType.
DelegateInvokeMethod
();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1594
var delegateInvokeMethod = target.Type.GetDelegateType()?.
DelegateInvokeMethod
();
CodeGen\EmitExpression.cs (1)
801
var meth = expression.MethodOpt ?? receiver.Type.
DelegateInvokeMethod
();
FlowAnalysis\NullableWalker.cs (1)
9755
argType.
DelegateInvokeMethod
() is { } argInvokeMethod)
Lowering\LocalRewriter\LocalRewriter.cs (1)
333
delegateType.
DelegateInvokeMethod
() is MethodSymbol delegateInvoke &&
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
745
delegateType.
DelegateInvokeMethod
() is MethodSymbol delegateInvoke &&
Symbols\TypeSymbolExtensions.cs (1)
575
var invokeMethod = type.
DelegateInvokeMethod
();