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