1 write to CompositeImageSettings
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
286
factory.
CompositeImageSettings
= _compositeImageSettings;
8 references to CompositeImageSettings
ILCompiler.ReadyToRun (8)
CodeGen\ReadyToRunObjectWriter.cs (1)
291
string configuredSymbolName = _nodeFactory.
CompositeImageSettings
?.ReadyToRunHeaderSymbolName;
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (1)
156
if (factory.
CompositeImageSettings
.PublicKey != null)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (5)
98
if ((nodeFactory.
CompositeImageSettings
!= null) && nodeFactory.CompilationModuleGroup.IsCompositeBuildMode)
100
if (nodeFactory.
CompositeImageSettings
.PublicKey != null)
103
publicKeyBlob = nodeFactory.
CompositeImageSettings
.PublicKey.ToArray();
107
if (nodeFactory.
CompositeImageSettings
.AssemblyVersion != null)
109
manifestAssemblyVersion = nodeFactory.
CompositeImageSettings
.AssemblyVersion;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1255
string symbolName =
CompositeImageSettings
?.ReadyToRunHeaderSymbolName;