7 references to IsEmptyArrayLiteral
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (4)
1533
If targetArrayType IsNot Nothing AndAlso (sourceType.Rank = targetArrayType.Rank OrElse arrayLiteral.
IsEmptyArrayLiteral
) Then
1537
ElseIf (sourceType.Rank = 1 OrElse arrayLiteral.
IsEmptyArrayLiteral
) AndAlso
1559
If arrayLiteral.
IsEmptyArrayLiteral
Then
4543
If arrayLiteral.
IsEmptyArrayLiteral
Then
Binding\Binder_Statements.vb (1)
1687
If (arrayLiteral Is Nothing OrElse Not arrayLiteral.
IsEmptyArrayLiteral
) Then
Semantics\Conversions.vb (2)
1179
If targetArrayType IsNot Nothing AndAlso (sourceType.Rank = targetArrayType.Rank OrElse source.
IsEmptyArrayLiteral
) Then
1183
ElseIf (sourceType.Rank = 1 OrElse source.
IsEmptyArrayLiteral
) AndAlso