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