diff --git a/src/EditorFeatures/Core/FindUsages/IFindSymbolMonikerUsagesService.cs b/src/EditorFeatures/Core/FindUsages/IFindSymbolMonikerUsagesService.cs index 87234b4ae8862d1a7037db2f2fc12445fb272ebf..22f7347619ae105aad8435d2f53d65eac15bd9fb 100644 --- a/src/EditorFeatures/Core/FindUsages/IFindSymbolMonikerUsagesService.cs +++ b/src/EditorFeatures/Core/FindUsages/IFindSymbolMonikerUsagesService.cs @@ -14,6 +14,11 @@ namespace Microsoft.CodeAnalysis.Editor.FindUsages { + /// + /// Allows searching for symbols by . These calls will be passed + /// onto Rich-Nav (if available) and their results will be converted back to the forms that + /// Roslyn can present. + /// internal interface IFindSymbolMonikerUsagesService : IWorkspaceService { Task> FindReferencesByMonikerAsync(DefinitionItem definition, ImmutableArray monikers, int page, CancellationToken cancellationToken);