2 references to ReadNullTerminatedString
Microsoft.CodeAnalysis.Debugging.Package (2)
CustomDebugInfoReader.cs (2)
917
var name =
ReadNullTerminatedString
(ref blobReader) ?? throw new BadImageFormatException();
918
var value =
ReadNullTerminatedString
(ref blobReader) ?? throw new BadImageFormatException();