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