Table of Contents

Constructor ReferenceEntry

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

ReferenceEntry(TextSpan, string, bool, bool, bool?)

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

public ReferenceEntry(TextSpan textSpan, string fileName, bool isWriteAccess, bool isDefinition, bool? isInString)

Parameters

textSpan TextSpan

The actual source location for a given symbol.

fileName string

Full file name of the document.

isWriteAccess bool

Indicates whether this entry has write access.

isDefinition bool

Indicates whether this entry is definition or not.

isInString bool?

Indicates whether this entry is inside string part of code.