9 references to NameSize
ILCompiler.ReadyToRun (9)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (9)
750NameSize + // Name size 758NameSize + // Name size 769if (Name.Length <= NameSize) 772if (Name.Length < NameSize) 783BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize), Value); 787BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4), SectionIndex); 788sliceIndex = NameSize + 8; 793BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 4), (ushort)SectionIndex); 794sliceIndex = NameSize + 6;