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

Represents a definitionResult vertex for serialization. See https://github.com/Microsoft/language-server-protocol/blob/master/indexFormat/specification.md#request-textdocumentdefinition for further details.
Inheritance: Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.Vertex
Show file Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

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

Method Details

DefinitionResult() public method

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