1 write to _factory
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
28
_factory
= factory;
4 references to _factory
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (4)
29
_factory
.ManifestMetadataTable.RegisterEmitter(this);
36
if (
_factory
.CompilationModuleGroup.IsInputBubble)
38
foreach (MethodWithGCInfo method in
_factory
.EnumerateCompiledMethods(null, CompiledMethodCategory.Instantiated))
43
BuildSignatureForMethod(method,
_factory
);