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