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