3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
897
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
953
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1334
var delegateOrFunctionPointerType = target.
GetDelegateOrFunctionPointerType
();