C# Class Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.ReferenceResult

Represents a referenceResult vertex for serialization. See https://github.com/Microsoft/language-server-protocol/blob/master/indexFormat/specification.md#request-textdocumentreferences for further details.
Inheritance: Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.Vertex
ファイルを表示 Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

Method Description
ReferenceResult ( Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.IdFactory idFactory )

Method Details

ReferenceResult() public method

public ReferenceResult ( Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.IdFactory idFactory )
idFactory Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.IdFactory