3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
1014
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1070
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1451
var delegateOrFunctionPointerType = target.
GetDelegateOrFunctionPointerType
();