1 write to PrivateKey
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
82
this.
PrivateKey
= privateKey;
2 references to PrivateKey
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
1443
privateKeyOpt = compilation.StrongNameKeys.
PrivateKey
;
Compilation\Compilation.cs (1)
3004
privateKeyOpt = StrongNameKeys.
PrivateKey
;