4 overrides of GetDeclaredSpecialType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
40
Friend Overrides Function
GetDeclaredSpecialType
(type As SpecialType) As NamedTypeSymbol
Symbols\MissingAssemblySymbol.vb (1)
151
Friend Overrides Function
GetDeclaredSpecialType
(type As SpecialType) As NamedTypeSymbol
Symbols\Retargeting\RetargetingAssemblySymbol.vb (1)
181
Friend Overrides Function
GetDeclaredSpecialType
(type As SpecialType) As NamedTypeSymbol
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
MockSymbols.vb (1)
779
Friend Overrides Function
GetDeclaredSpecialType
(type As SpecialType) As NamedTypeSymbol
1 reference to GetDeclaredSpecialType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AssemblySymbol.vb (1)
474
Return CorLibrary.
GetDeclaredSpecialType
(type)