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