3 instantiations of 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);
3 references to EETypeNameDecoder
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
Binders\PlaceholderLocalBinder.cs (1)
32
EETypeNameDecoder
typeNameDecoder,
CompilationContext.cs (2)
343
var
typeNameDecoder = new EETypeNameDecoder(Compilation, (PEModuleSymbol)_currentFrame.ContainingModule);
967
var
typeNameDecoder = new EETypeNameDecoder(binder.Compilation, (PEModuleSymbol)substitutedSourceMethod.ContainingModule);