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