提交 949316c5 编写于 作者: C Cyrus Najmabadi

Docs

上级 531de276
...@@ -14,6 +14,11 @@ ...@@ -14,6 +14,11 @@
namespace Microsoft.CodeAnalysis.Editor.FindUsages namespace Microsoft.CodeAnalysis.Editor.FindUsages
{ {
/// <summary>
/// Allows searching for symbols by <see cref="SymbolMoniker"/>. These calls will be passed
/// onto Rich-Nav (if available) and their results will be converted back to the forms that
/// Roslyn can present.
/// </summary>
internal interface IFindSymbolMonikerUsagesService : IWorkspaceService internal interface IFindSymbolMonikerUsagesService : IWorkspaceService
{ {
Task<ImmutableArray<ExternalReferenceItem>> FindReferencesByMonikerAsync(DefinitionItem definition, ImmutableArray<SymbolMoniker> monikers, int page, CancellationToken cancellationToken); Task<ImmutableArray<ExternalReferenceItem>> FindReferencesByMonikerAsync(DefinitionItem definition, ImmutableArray<SymbolMoniker> monikers, int page, CancellationToken cancellationToken);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册