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