Class ReferenceEntry
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Information about a reference to a symbol.
public class ReferenceEntry : DocumentSpan
- Inheritance
-
ReferenceEntry
Constructors
- ReferenceEntry(TextSpan, string, bool, bool, bool?)
Initializes a new instance of the
ReferenceEntry
class with specified parameters.
Properties
- IsDefinition
Gets a boolean value indicates whether this entry is definition or not.
- IsInString
Gets a boolean value indicates whether this entry is inside string part of code.
- IsWriteAccess
Gets a boolean value indicates whether this entry has write access.