3 instantiations of EETypeNameDecoder
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
CompilationContext.vb (2)
238
Dim typeNameDecoder = New
EETypeNameDecoder
(Me.Compilation, DirectCast(_currentFrame.ContainingModule, PEModuleSymbol))
640
Dim typeNameDecoder = New
EETypeNameDecoder
(binder.Compilation, DirectCast(substitutedSourceMethod.ContainingModule, PEModuleSymbol))
VisualBasicInstructionDecoder.vb (1)
119
Return New
EETypeNameDecoder
(compilation, DirectCast(method.ContainingModule, PEModuleSymbol))
1 reference to EETypeNameDecoder
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Binders\PlaceholderLocalBinder.vb (1)
24
typeNameDecoder As
EETypeNameDecoder
,