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