7 references to IsEmptyArrayLiteral
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (4)
1508
If targetArrayType IsNot Nothing AndAlso (sourceType.Rank = targetArrayType.Rank OrElse arrayLiteral.
IsEmptyArrayLiteral
) Then
1512
ElseIf (sourceType.Rank = 1 OrElse arrayLiteral.
IsEmptyArrayLiteral
) AndAlso
1534
If arrayLiteral.
IsEmptyArrayLiteral
Then
4516
If arrayLiteral.
IsEmptyArrayLiteral
Then
Binding\Binder_Statements.vb (1)
1658
If (arrayLiteral Is Nothing OrElse Not arrayLiteral.
IsEmptyArrayLiteral
) Then
Semantics\Conversions.vb (2)
1175
If targetArrayType IsNot Nothing AndAlso (sourceType.Rank = targetArrayType.Rank OrElse source.
IsEmptyArrayLiteral
) Then
1179
ElseIf (sourceType.Rank = 1 OrElse source.
IsEmptyArrayLiteral
) AndAlso