Implemented interface member:
method
GetProjectCodeLensVersionAsync
Microsoft.CodeAnalysis.CodeLens.ICodeLensReferencesService.GetProjectCodeLensVersionAsync(Microsoft.CodeAnalysis.Solution, Microsoft.CodeAnalysis.ProjectId, System.Threading.CancellationToken)
1 reference to GetProjectCodeLensVersionAsync
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesService.cs (1)
91var projectVersion = await GetProjectCodeLensVersionAsync(solution, documentId.ProjectId, cancellationToken).ConfigureAwait(false);