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