3 references to GetDelegateOrFunctionPointerType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
897var delegateOrFunctionPointerType = formalParameterType.GetDelegateOrFunctionPointerType(); 953var delegateOrFunctionPointerType = formalParameterType.GetDelegateOrFunctionPointerType(); 1334var delegateOrFunctionPointerType = target.GetDelegateOrFunctionPointerType();