11 references to Value
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_InterpolatedString.vb (4)
47
alignmentOpt = BindRValue(syntax.AlignmentClause.
Value
, diagnostics)
55
ReportDiagnostic(diagnostics, syntax.AlignmentClause.
Value
, ERRID.ERR_InterpolationAlignmentOutOfRange)
59
ReportDiagnostic(diagnostics, syntax.AlignmentClause.
Value
, ERRID.ERR_InterpolationAlignmentOutOfRange)
63
ReportDiagnostic(diagnostics, syntax.AlignmentClause.
Value
, ERRID.ERR_ExpectedIntLiteral)
Generated\Syntax.xml.Main.Generated.vb (2)
5404
Dim newValue = DirectCast(Visit(node.
Value
), ExpressionSyntax)
5405
If node.
Value
IsNot newValue Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
35848
return Update(commaToken, Me.
Value
)
35880
Return Me.
Value
35906
If commaToken <> Me.CommaToken OrElse value IsNot Me.
Value
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21731
Assert.NotNull(objectUnderTest.
value
)
21732
Dim withObj = objectUnderTest.WithCommaToken(objectUnderTest.CommaToken).WithValue(objectUnderTest.
Value
)