StyleCop.CSharp by StyleCop contributors, Andy Reeves, Chris Dahlberg

<PackageReference Include="StyleCop.CSharp" Version="5.0.0-alpha01" />

.NET API 233,472 bytes

 Symbol

class Symbol
One token, word, symbol, or line read from a C# code file.
public int LineNumber { get; }

Gets the line number that this symbol appears on in the document.

public CodeLocation Location { get; }

Gets the location of this symbol in the code document.

public SymbolType SymbolType { get; set; }

Gets or sets the type of the symbol.

public string Text { get; }

Gets the symbol string.