1 write to PublicKey
crossgen2 (1)
Program.cs (1)
623
compositeImageSettings.
PublicKey
= compositeStrongNameKey.ToImmutableArray();
3 references to PublicKey
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (1)
156
if (factory.CompositeImageSettings.
PublicKey
!= null)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (2)
100
if (nodeFactory.CompositeImageSettings.
PublicKey
!= null)
103
publicKeyBlob = nodeFactory.CompositeImageSettings.
PublicKey
.ToArray();