7 overrides of ObjectValue
Microsoft.CodeAnalysis.VisualBasic (7)
Syntax\InternalSyntax\SyntaxLiterals.vb (6)
10Friend NotOverridable Overrides ReadOnly Property ObjectValue As Object 18Friend NotOverridable Overrides ReadOnly Property ObjectValue As Object 26Friend NotOverridable Overrides ReadOnly Property ObjectValue As Object 34Friend NotOverridable Overrides ReadOnly Property ObjectValue As Object 91Friend Overrides ReadOnly Property ObjectValue As Object 215Friend Overrides ReadOnly Property ObjectValue As Object
Syntax\InternalSyntax\SyntaxToken.vb (1)
529Friend NotOverridable Overrides ReadOnly Property ObjectValue As Object
5 references to ObjectValue
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseStatement.vb (1)
891Dim intLiteralValue As ULong = CULng(intLiteral.ObjectValue)
Preprocessor\ExpressionEvaluator.vb (2)
251Return CConst.CreateChecked(typedToken.ObjectValue) 255Return CConst.CreateChecked(typedToken.ObjectValue)
Syntax\InternalSyntax\SyntaxToken.vb (1)
335Return Me.ObjectValue
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1129Dim value = CULng(node.ObjectValue)