3 overrides of Value
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\SyntaxToken.MissingTokenWithTrivia.cs (1)
33public override object Value
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (1)
34public override object Value
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs (1)
41public override object Value
4 references to Value
Microsoft.CodeAnalysis.CSharp (4)
Parser\DirectiveParser.cs (3)
377if ((int)line.Value < 1) 381else if ((int)line.Value > MaxLineValue) 478value = (int)token.Value;
Syntax\InternalSyntax\SyntaxToken.cs (1)
302return this.Value;