1 write to _nodeFactory
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
90_nodeFactory = nodeFactory;
11 references to _nodeFactory
ILCompiler.ReadyToRun (11)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (11)
122if (!_nodeFactory.CompilationModuleGroup.IsCompositeBuildMode) 124MetadataReader mdReader = _nodeFactory.CompilationModuleGroup.CompilationModuleSet.Single().MetadataReader; 127if (!_nodeFactory.CompilationModuleGroup.IsInputBubble) 143if (_nodeFactory.CompilationModuleGroup.IsCompositeBuildMode) 147foreach (EcmaModule inputModule in _nodeFactory.CompilationModuleGroup.CompilationModuleSet) 167if (!_nodeFactory.CompilationModuleGroup.IsModuleInCompilationGroup(ecmaModule)) 189if (!_nodeFactory.MarkingComplete) 212if (module is EcmaModule ecmaModule && _nodeFactory.CompilationModuleGroup.VersionsWithModule(ecmaModule)) 228if (!_nodeFactory.CompilationModuleGroup.IsCompositeBuildMode && (_nodeFactory.CompilationModuleGroup.CompilationModuleSet.Single() == module)) 250if (_nodeFactory.CompilationModuleGroup.VersionsWithModule(emodule))