5 references to HasSameShapeAs
Microsoft.CodeAnalysis.VisualBasic (5)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
414Return type.HasSameShapeAs(other) AndAlso Me.AreTypesEqual(type.ElementType, other.ElementType)
Semantics\Conversions.vb (1)
3023If Not srcArray.HasSameShapeAs(dstArray) Then
Semantics\OverloadResolution.vb (1)
4940If leftArray.HasSameShapeAs(rightArray) Then
Symbols\ArrayTypeSymbol.vb (1)
328If other Is Nothing OrElse Not other.HasSameShapeAs(Me) OrElse Not other.ElementType.Equals(ElementType, compareKind) Then
Utilities\TypeUnification.vb (1)
100If Not at1.HasSameShapeAs(at2) Then