6 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
9304
MethodSymbol invoke = possibleDelegateType.
DelegateInvokeMethod
();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1501
var delegateInvokeMethod = target.Type.GetDelegateType()?.
DelegateInvokeMethod
();
CodeGen\EmitExpression.cs (1)
787
var meth = expression.MethodOpt ?? receiver.Type.
DelegateInvokeMethod
();
FlowAnalysis\NullableWalker.cs (1)
8855
argType.
DelegateInvokeMethod
() is { } argInvokeMethod)
Symbols\TypeSymbolExtensions.cs (1)
511
var invokeMethod = type.
DelegateInvokeMethod
();
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\TypeTests.cs (1)
1615
var memType = deleType.
DelegateInvokeMethod
().ReturnType;