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