1 type derived from TypeNameDecoder
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
112TypeNameDecoder<ModuleSymbol, TypeSymbol>,
2 references to TypeNameDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
InstructionDecoder.cs (2)
128internal abstract TypeNameDecoder<TModuleSymbol, TTypeSymbol> GetTypeNameDecoder(TCompilation compilation, TMethodSymbol method); 150var typeNameDecoder = GetTypeNameDecoder(compilation, method);