5 references to MetadataDecoder
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEMethodSymbol.vb (2)
1006(New MetadataDecoder(moduleSymbol, Me)).GetSignatureForMethod(_handle, signatureHeader, mrEx) 1208Dim decoder As New MetadataDecoder(containingModule, Me)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
669New MetadataDecoder(containingModule, containingMethod),
Symbols\Metadata\PE\PETypeParameterSymbol.vb (2)
206tokenDecoder = New MetadataDecoder(moduleSymbol, containingMethod) 391New MetadataDecoder(containingModule, containingMethod),