Symbols\MissingMetadataTypeSymbol.vb (9)
58Dim containingModule As ModuleSymbol = Me.ContainingModule
82Private ReadOnly _containingModule As ModuleSymbol
90Public Sub New([module] As ModuleSymbol, [namespace] As String, name As String, arity As Integer, mangleName As Boolean)
99Public Sub New([module] As ModuleSymbol, ByRef fullname As MetadataTypeName, typeId As ExtendedSpecialType)
105Public Sub New([module] As ModuleSymbol, ByRef fullname As MetadataTypeName)
109Private Sub New([module] As ModuleSymbol, ByRef fullname As MetadataTypeName, mangleName As Boolean)
126Public Overrides ReadOnly Property ContainingModule As ModuleSymbol
237Public Sub New(moduleSymbol As ModuleSymbol, ByRef emittedName As MetadataTypeName, errorInfo As DiagnosticInfo, Optional typeId As SpecialType = CType(-1, SpecialType))
244Public Sub New(moduleSymbol As ModuleSymbol, ByRef emittedName As MetadataTypeName, delayedErrorInfo As Func(Of TopLevelWithCustomErrorInfo, DiagnosticInfo))