7 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
11607
MethodSymbol invoke = possibleDelegateType.
DelegateInvokeMethod
();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1624
var delegateInvokeMethod = target.Type.GetDelegateType()?.
DelegateInvokeMethod
();
CodeGen\EmitExpression.cs (1)
812
var meth = expression.MethodOpt ?? receiver.Type.
DelegateInvokeMethod
();
FlowAnalysis\NullableWalker.cs (1)
11013
argType.
DelegateInvokeMethod
() is { } argInvokeMethod)
Lowering\LocalRewriter\LocalRewriter.cs (1)
337
delegateType.
DelegateInvokeMethod
() is MethodSymbol delegateInvoke &&
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
760
delegateType.
DelegateInvokeMethod
() is MethodSymbol delegateInvoke &&
Symbols\TypeSymbolExtensions.cs (1)
616
var invokeMethod = type.
DelegateInvokeMethod
();