3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
1013
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1069
var delegateOrFunctionPointerType = formalParameterType.
GetDelegateOrFunctionPointerType
();
1450
var delegateOrFunctionPointerType = target.
GetDelegateOrFunctionPointerType
();