1 override of GetDeclaredBase
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\UnboundGenericType.vb (1)
267
Friend Overrides Function
GetDeclaredBase
(basesBeingResolved As BasesBeingResolved) As NamedTypeSymbol
14 references to GetDeclaredBase
Microsoft.CodeAnalysis.VisualBasic (14)
Symbols\BaseTypeAnalysis.vb (4)
271
Dim fast = this.
GetDeclaredBase
(Nothing)
281
fast = fast.
GetDeclaredBase
(Nothing)
292
fast = fast.
GetDeclaredBase
(Nothing)
295
slow = slow.
GetDeclaredBase
(Nothing).OriginalDefinition
Symbols\Metadata\PE\PENamedTypeSymbol.vb (3)
311
Return
GetDeclaredBase
(Nothing)
1005
Dim base As TypeSymbol =
GetDeclaredBase
(Nothing)
1317
Dim base As TypeSymbol =
GetDeclaredBase
(Nothing)
Symbols\NamedTypeSymbol.vb (1)
919
Return
GetDeclaredBase
(Nothing)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (2)
360
Dim underlyingBase = _underlyingType.
GetDeclaredBase
(basesBeingResolved)
387
Dim acyclicBase =
GetDeclaredBase
(Nothing)
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
43
Return Me.
GetDeclaredBase
(Nothing)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1355
Dim declaredBase As NamedTypeSymbol = Me.
GetDeclaredBase
(Nothing)
1571
Dim declaredBase As NamedTypeSymbol =
GetDeclaredBase
(basesBeingResolved)
Symbols\SubstitutedNamedType.vb (1)
247
Return DirectCast(OriginalDefinition.
GetDeclaredBase
(basesBeingResolved).InternalSubstituteTypeParameters(_substitution).AsTypeSymbolOnly(), NamedTypeSymbol)