10 references to LowerBound
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Expressions.vb (2)
4322
Dim lowerBound = BindValue(rangeArgument.
LowerBound
, diagnostics)
4329
ReportDiagnostic(diagnostics, rangeArgument.
LowerBound
, ERRID.ERR_OnlyNullLowerBound)
Compilation\SyntaxTreeSemanticModel.vb (1)
1672
If DirectCast(parent, RangeArgumentSyntax).
LowerBound
Is currentNode Then
Generated\Syntax.xml.Main.Generated.vb (2)
4334
Dim newLowerBound = DirectCast(Visit(node.
LowerBound
), ExpressionSyntax)
4335
If node.
LowerBound
IsNot newLowerBound Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
26997
return Update(Me.
LowerBound
, toKeyword, Me.UpperBound)
27015
return Update(Me.
LowerBound
, Me.ToKeyword, upperBound)
27032
Return Me.
LowerBound
27063
If lowerBound IsNot Me.
LowerBound
OrElse toKeyword <> Me.ToKeyword OrElse upperBound IsNot Me.UpperBound Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxUtilities.vb (1)
134
Yield range.
LowerBound