1 write to Name
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
485
result.
Name
= reader.ReadBytes(nameLength);
2 references to Name
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (2)
309
ReadOnlySpan<byte> typeName = new ReadOnlySpan<byte>(typeEntry.
Name
).Slice(0, typeEntry.
Name
.Length - 1 /* these strings are null terminated */);