15 references to ReadByte
Microsoft.CodeAnalysis.CodeStyle (15)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (15)
112
var b = this.
ReadByte
();
116
b = this.
ReadByte
();
157
var code = (TypeCode)
ReadByte
();
164
case TypeCode.UInt8: return
ReadByte
();
168
case TypeCode.Int32_1Byte: return (int)
ReadByte
();
183
case TypeCode.UInt32_1Byte: return (uint)
ReadByte
();
221
var code = (TypeCode)
ReadByte
();
279
var info =
ReadByte
();
290
var byte1 =
ReadByte
();
296
var byte1 =
ReadByte
();
297
var byte2 =
ReadByte
();
298
var byte3 =
ReadByte
();
308
var kind = (TypeCode)
ReadByte
();
316
TypeCode.StringRef_1Byte => _stringReferenceMap.GetValue(
ReadByte
()),
347
=> (TypeCode)
ReadByte
() switch