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