C# Class Microsoft.CodeAnalysis.Editor.Implementation.Peek.ExternalFilePeekableItem.ResultSource

Inheritance: IPeekResultSource
显示文件 Open project: lodejard/AllNetCore

Public Methods

Method Description
FindResults ( string relationshipName, IPeekResultCollection resultCollection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
ResultSource ( ExternalFilePeekableItem peekableItem ) : System.Collections.Generic

Method Details

FindResults() public method

public FindResults ( string relationshipName, IPeekResultCollection resultCollection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
relationshipName string
resultCollection IPeekResultCollection
cancellationToken CancellationToken
callback IFindPeekResultsCallback
return void

ResultSource() public method

public ResultSource ( ExternalFilePeekableItem peekableItem ) : System.Collections.Generic
peekableItem ExternalFilePeekableItem
return System.Collections.Generic