3 references to ReadEncodedString
ILCompiler.ReadyToRun (3)
IBC\IBCDataReader.cs (3)
252
result.CommandLine = reader.
ReadEncodedString
(commandLineLength);
253
result.SystemInformation = reader.
ReadEncodedString
(systemInformationLength);
273
result.Name = reader.
ReadEncodedString
(nameLength);