5 instantiations of CodeLensReferencesService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
CodeLens\AbstractCodeLensTest.cs (4)
35
var result = await new
CodeLensReferencesService
().GetReferenceCountAsync(workspace.CurrentSolution, annotatedDocument.Id,
62
var result = await new
CodeLensReferencesService
().FindReferenceLocationsAsync(workspace.CurrentSolution,
88
var result = await new
CodeLensReferencesService
().FindReferenceMethodsAsync(workspace.CurrentSolution,
114
var actual = await new
CodeLensReferencesService
().GetFullyQualifiedNameAsync(workspace.CurrentSolution,
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesServiceFactory.cs (1)
15
public static readonly ICodeLensReferencesService Instance = new
CodeLensReferencesService
();