Base:
method
GetOptionsAsync
Microsoft.CodeAnalysis.FindUsages.FindUsagesContext.GetOptionsAsync(System.String, System.Threading.CancellationToken)
1 reference to GetOptionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
259
var options = await
GetOptionsAsync
(document.Project.Language, cancellationToken).ConfigureAwait(false);