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