2 references to GetDelegateInvokeOrFunctionPointerMethodIfAvailable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\Conversions.cs (2)
52
var (methodSymbol, isFunctionPointer, callingConventionInfo) =
GetDelegateInvokeOrFunctionPointerMethodIfAvailable
(destination);
298
var (invokeMethodOpt, isFunctionPointer, callingConventionInfo) =
GetDelegateInvokeOrFunctionPointerMethodIfAvailable
(targetType);