1 override of GetDeclaredBase
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\UnboundGenericType.vb (1)
273
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)
313
Return
GetDeclaredBase
(Nothing)
1019
Dim base As TypeSymbol =
GetDeclaredBase
(Nothing)
1331
Dim base As TypeSymbol =
GetDeclaredBase
(Nothing)
Symbols\NamedTypeSymbol.vb (1)
921
Return
GetDeclaredBase
(Nothing)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (2)
366
Dim underlyingBase = _underlyingType.
GetDeclaredBase
(basesBeingResolved)
393
Dim acyclicBase =
GetDeclaredBase
(Nothing)
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
43
Return Me.
GetDeclaredBase
(Nothing)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1358
Dim declaredBase As NamedTypeSymbol = Me.
GetDeclaredBase
(Nothing)
1574
Dim declaredBase As NamedTypeSymbol =
GetDeclaredBase
(basesBeingResolved)
Symbols\SubstitutedNamedType.vb (1)
253
Return DirectCast(OriginalDefinition.
GetDeclaredBase
(basesBeingResolved).InternalSubstituteTypeParameters(_substitution).AsTypeSymbolOnly(), NamedTypeSymbol)