12 references to Value
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_InterpolatedString.vb (2)
181
formatStringBuilderHandle.Builder.Append(DirectCast(item, BoundLiteral).
Value
.StringValue)
203
.Append(interpolation.FormatStringOpt.
Value
.StringValue)
BoundTree\BoundExpressionExtensions.vb (5)
371
Debug.Assert(node.
Value
.IsBad OrElse node.Type.IsValidForConstantValue(node.
Value
))
373
If node.
Value
.Discriminator = ConstantValueTypeDiscriminator.Int32 AndAlso node.Type.SpecialType = SpecialType.System_Int32 Then
374
Return node.
Value
.Int32Value = 0
473
If node.
Value
.IsNothing Then
BoundTree\BoundLiteral.vb (1)
14
Return Me.
Value
Generated\BoundNodes.xml.Generated.vb (3)
5937
If value IsNot Me.
Value
OrElse type IsNot Me.Type Then
12719
Return node.Update(node.
Value
, type)
14055
New TreeDumperNode("value", node.
Value
, Nothing),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
44
Dim valueWithEscapes = DirectCast(node.Contents(0), BoundLiteral).
Value
.StringValue