1 write to _typeMapManager
ILCompiler.Compiler (1)
Compiler\ILScannerBuilder.cs (1)
67
_typeMapManager
= typeMapManager;
2 references to _typeMapManager
ILCompiler.Compiler (2)
Compiler\ILScannerBuilder.cs (2)
85
var nodeFactory = new ILScanNodeFactory(_context, _compilationGroup, _metadataManager, _interopStubManager, _nameMangler, _preinitializationManager,
_typeMapManager
);
88
return new ILScanner(graph, nodeFactory, [.._compilationRoots,
_typeMapManager
], _ilProvider, new NullDebugInformationProvider(), _logger, _parallelism);