3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
988
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1044
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1425
var delegateOrFunctionPointerType = target.
GetDelegateOrFunctionPointerType
();