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