2 references to BlobWriter
Microsoft.CodeAnalysis (1)
StrongName\CryptoBlobParser.cs (1)
162
var w = new
BlobWriter
(3 * sizeof(uint) + s_offsetToKeyData + pubKeyData.Length);
Microsoft.DotNet.StrongName (1)
Signing.cs (1)
263
var w = new
BlobWriter
(3 * sizeof(uint) + Constants.OffsetToKeyData + pubKeyData.Length);