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