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

Inheritance: Microsoft.CodeAnalysis.Editor.Implementation.Peek.PeekableItem
Show file Open project: lodejard/AllNetCore Class Usage Examples

Public Methods

Method Description
ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource

Method Details

ExternalFilePeekableItem() public method

public ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
span FileLinePositionSpan
relationship IPeekRelationship
peekResultFactory IPeekResultFactory
return System.Collections.Generic

GetOrCreateResultSource() public method

public GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
return IPeekResultSource