1 write to StrongNameSignatureSize
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
77
StrongNameSignatureSize
= strongNameSignatureSize;
4 references to StrongNameSignatureSize
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\ManagedTextSection.cs (4)
153
StrongNameSignatureSize
;
280
strongNameSignature = builder.ReserveBytes(
StrongNameSignatureSize
);
408
builder.WriteUInt32((uint)(
StrongNameSignatureSize
== 0 ? 0 : signatureRva)); // 36
409
builder.WriteUInt32((uint)
StrongNameSignatureSize
);