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