3 overrides of Value
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\SyntaxToken.MissingTokenWithTrivia.cs (1)
44public override object Value
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (1)
53public override object Value
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs (1)
62public override object Value
5 references to Value
Microsoft.CodeAnalysis.CSharp (5)
Parser\DirectiveParser.cs (4)
382if ((int)line.Value < 1) 386else if ((int)line.Value > MaxLineValue) 483value = (int)token.Value; 850return ((LiteralExpressionSyntax)expr).Token.Value;
Syntax\InternalSyntax\SyntaxToken.cs (1)
302return this.Value;