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