2 writes to _publicKey
mscorlib (2)
system\reflection\strongnamekeypair.cs (2)
113
_publicKey
= (byte[]) info.GetValue("_publicKey", typeof(byte[]));
124
_publicKey
= ComputePublicKey();
5 references to _publicKey
mscorlib (5)
system\reflection\strongnamekeypair.cs (5)
122
if (
_publicKey
== null)
127
byte[] publicKey = new byte[
_publicKey
.Length];
128
Array.Copy(
_publicKey
, publicKey,
_publicKey
.Length);
183
info.AddValue("_publicKey",
_publicKey
);