3 references to OffsetToKeyData
Microsoft.DotNet.StrongName (3)
Signing.cs (3)
263var w = new BlobWriter(3 * sizeof(uint) + Constants.OffsetToKeyData + pubKeyData.Length); 266w.WriteUInt32((uint)(Constants.OffsetToKeyData + pubKeyData.Length)); 326if (blob.Length - Constants.OffsetToKeyData < modulusLength)