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