13 references to New
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (1)
29MyBase.New(moduleSymbol, TryCast(containingType, PENamedTypeSymbol))
Symbols\Metadata\PE\PEEventSymbol.vb (2)
84Dim metadataDecoder = New MetadataDecoder(moduleSymbol, containingType) 318New MetadataDecoder(containingModule, _containingType))
Symbols\Metadata\PE\PEFieldSymbol.vb (2)
372Dim fieldInfo As FieldInfo(Of TypeSymbol) = New MetadataDecoder(moduleSymbol, _containingType).DecodeFieldSignature(_handle) 452Return If(DeriveCompilerFeatureRequiredAttributeDiagnostic(Me, containingModule, Handle, CompilerFeatureRequiredFeatures.None, New MetadataDecoder(containingModule, _containingType)),
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
1129Dim explicitlyOverriddenMethods = New MetadataDecoder(
Symbols\Metadata\PE\PENamedTypeSymbol.vb (3)
259Dim decodedType = New MetadataDecoder(moduleSymbol, Me).GetTypeOfToken(token) 280Dim tokenDecoder As New MetadataDecoder(moduleSymbol, Me) 1359Dim decoder = New MetadataDecoder(ContainingPEModule, Me)
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
61Dim metadataDecoder = New MetadataDecoder(moduleSymbol, containingType) 566Dim decoder = New MetadataDecoder(containingModule, _containingType)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (2)
208tokenDecoder = New MetadataDecoder(moduleSymbol, containingType) 392New MetadataDecoder(containingModule, DirectCast(ContainingSymbol, PENamedTypeSymbol)))