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
TextSpanThe actual source location for a given symbol.
fileName
stringFull file name of the document.
isWriteAccess
boolIndicates whether this entry has write access.
isDefinition
boolIndicates whether this entry is definition or not.
isInString
bool?Indicates whether this entry is inside string part of code.