1 reference to IsFunctionPointerType
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\SymbolCompletionProvider.cs (1)
251var isInferredTypeDelegateOrFunctionPointer = context.InferredTypes.Any(static type => type.IsDelegateType() || type.IsFunctionPointerType());