Table of Contents

Class ReferencedSymbol

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Represents a single result of the find reference to a symbol definition.

public class ReferencedSymbol
Inheritance
ReferencedSymbol

Constructors

ReferencedSymbol(ReferencedSymbolDefinitionInfo, IEnumerable<ReferenceEntry>)

Initializes a new instance of the ReferencedSymbol class with specified parameters.

Properties

Definition

Gets the symbol definition that these are references to.

References

Gets the set of ReferenceEntry in the TypeScript project.