C# 클래스 Microsoft.CodeAnalysis.Editor.Implementation.Peek.ExternalFilePeekableItem.ResultSource

상속: IPeekResultSource
파일 보기 프로젝트 열기: lodejard/AllNetCore

공개 메소드들

메소드 설명
FindResults ( string relationshipName, IPeekResultCollection resultCollection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
ResultSource ( ExternalFilePeekableItem peekableItem ) : System.Collections.Generic

메소드 상세

FindResults() 공개 메소드

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

ResultSource() 공개 메소드

public ResultSource ( ExternalFilePeekableItem peekableItem ) : System.Collections.Generic
peekableItem ExternalFilePeekableItem
리턴 System.Collections.Generic