You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using System.Threading.Tasks;using Microsoft.CodeAnalysis.FindUsages;using Microsoft.CodeAnalysis.Host;namespace Microsoft.CodeAnalysis.Editor.GoToBase
{internalinterfaceIGoToBaseService:ILanguageService{/// <summary>/// Finds the base members overridden or implemented by the symbol at the specific position in the document,/// pushing the results into the context instance./// </summary>
Task FindBasesAsync(Documentdocument,intposition,IFindUsagesContextcontext);}}
Implement an F# version of the interface exposed via the shim
The text was updated successfully, but these errors were encountered:
This is the interface:
The text was updated successfully, but these errors were encountered: