5 references to HasSameShapeAs
Microsoft.CodeAnalysis.VisualBasic (5)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
544Return type.HasSameShapeAs(other) AndAlso Me.AreTypesEqual(type.ElementType, other.ElementType)
Semantics\Conversions.vb (1)
3018If Not srcArray.HasSameShapeAs(dstArray) Then
Semantics\OverloadResolution.vb (1)
4539If leftArray.HasSameShapeAs(rightArray) Then
Symbols\ArrayTypeSymbol.vb (1)
327If 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