2 references to InspectInterfaceAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
NavigationCommandHandlers\FindImplementingMembersCommandHandler.cs (2)
115
await
InspectInterfaceAsync
(context, interfaceSymbol, namedTypeSymbol, document.Project, cancellationToken).ConfigureAwait(false);
120
await
InspectInterfaceAsync
(context, iFace, namedTypeSymbol, document.Project, cancellationToken).ConfigureAwait(false);