3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
1016
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1072
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1453
var delegateOrFunctionPointerType = target.
GetDelegateOrFunctionPointerType
();