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