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