6 instantiations of UsageBasedTypeMapManager
ilc (4)
Program.cs (4)
173
TypeMapManager typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.Empty);
182
typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.CreateFromAssembly(assembly, typeSystemContext.GeneratedAssembly, TypeMapAssemblyTargetsMode.Traverse));
301
typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.CreateFromAssembly(typeMapEntryAssembly, typeSystemContext.GeneratedAssembly, TypeMapAssemblyTargetsMode.Traverse));
306
typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.CreateFromAssembly(entryAssembly, typeSystemContext.GeneratedAssembly, TypeMapAssemblyTargetsMode.Traverse));
ILCompiler.Compiler (2)
Compiler\CompilationBuilder.Aot.cs (1)
29
protected TypeMapManager _typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.Empty);
Compiler\ILScannerBuilder.cs (1)
28
private TypeMapManager _typeMapManager = new
UsageBasedTypeMapManager
(TypeMapMetadata.Empty);