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