4 references to ReadInt16
Microsoft.CodeAnalysis (4)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (4)
128
var numCounts =
ReadInt16
(bytes, ref offset);
133
builder.Add(
ReadInt16
(bytes, ref offset));
220
var ch = (char)
ReadInt16
(bytes, ref offset);
275
var ch = (char)
ReadInt16
(bytes, ref offset);