13 references to MetadataDecoder
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)
1162Dim 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)
63Dim metadataDecoder = New MetadataDecoder(moduleSymbol, containingType) 582Dim decoder = New MetadataDecoder(containingModule, _containingType)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (2)
209tokenDecoder = New MetadataDecoder(moduleSymbol, containingType) 393New MetadataDecoder(containingModule, DirectCast(ContainingSymbol, PENamedTypeSymbol)))