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