3 references to EETypeNameDecoder
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
CompilationContext.cs (2)
343
var typeNameDecoder = new
EETypeNameDecoder
(Compilation, (PEModuleSymbol)_currentFrame.ContainingModule);
967
var typeNameDecoder = new
EETypeNameDecoder
(binder.Compilation, (PEModuleSymbol)substitutedSourceMethod.ContainingModule);
CSharpInstructionDecoder.cs (1)
174
return new
EETypeNameDecoder
(compilation, (PEModuleSymbol)method.ContainingModule);