1 write to Signature
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
456
result.
Signature
= reader.ReadBytes(signatureLength);
3 references to Signature
ILCompiler.ReadyToRun (3)
IBC\IBCProfileParser.cs (3)
130
fixed (byte* pb = ¶mSignatureEntry.
Signature
[0])
132
BlobReader br = new BlobReader(pb, paramSignatureEntry.
Signature
.Length);
241
byte[] signature = ((BlobEntry.SignatureEntry)blob).
Signature
;