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)
122if (_publicKey == null) 127byte[] publicKey = new byte[_publicKey.Length]; 128Array.Copy(_publicKey, publicKey, _publicKey.Length); 183info.AddValue("_publicKey", _publicKey);