7 references to MetadataDecoder
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEMethodSymbol.vb (2)
983(New MetadataDecoder(moduleSymbol, Me)).GetSignatureForMethod(_handle, signatureHeader, mrEx) 1174Dim decoder As New MetadataDecoder(containingModule, Me)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
669New MetadataDecoder(containingModule, containingMethod),
Symbols\Metadata\PE\PETypeParameterSymbol.vb (2)
191tokenDecoder = New MetadataDecoder(moduleSymbol, containingMethod) 326New MetadataDecoder(containingModule, containingMethod),
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
EvaluationContext.vb (1)
162Dim metadataDecoder = New MetadataDecoder(DirectCast(currentFrame.ContainingModule, PEModuleSymbol), currentFrame)
VisualBasicEESymbolProvider.vb (1)
22_metadataDecoder = New MetadataDecoder([module], method)