1 write to _publicKey
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4703
offset = streamReader.Read(offset, out
_publicKey
);
1 reference to _publicKey
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4737
public ByteCollection PublicKey =>
_publicKey
;