16 references to WriteByte
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.cs (1)
3266
writer.
WriteByte
((byte)ILOpCode.Ldc_i4);
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
51
new BlobWriter(_recordCountFixup).
WriteByte
((byte)_recordCount);
233
alignmentSizeAndLengthWriter.
WriteByte
((kind > CustomDebugInfoKind.DynamicLocals) ? alignmentSize : (byte)0);
StrongName\CryptoBlobParser.cs (2)
167
w.
WriteByte
(type);
168
w.
WriteByte
(version);
Microsoft.CodeAnalysis.Debugging.Package (2)
CustomDebugInfoEncoder.cs (2)
51
new BlobWriter(_recordCountFixup).
WriteByte
((byte)_recordCount);
233
alignmentSizeAndLengthWriter.
WriteByte
((kind > CustomDebugInfoKind.DynamicLocals) ? alignmentSize : (byte)0);
Microsoft.CodeAnalysis.Features (2)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
51
new BlobWriter(_recordCountFixup).
WriteByte
((byte)_recordCount);
233
alignmentSizeAndLengthWriter.
WriteByte
((kind > CustomDebugInfoKind.DynamicLocals) ? alignmentSize : (byte)0);
System.Reflection.Metadata (7)
System\Reflection\Metadata\BlobWriter.cs (4)
250
WriteByte
((byte)(value ? 1 : 0));
261
WriteByte
(unchecked((byte)value));
423
WriteByte
(0xff);
450
WriteByte
(BlobUtilities.GetUserStringTrailingByte(value));
System\Reflection\Metadata\BlobWriterImpl.cs (3)
39
writer.
WriteByte
((byte)value);
94
writer.
WriteByte
((byte)n);
176
writer.
WriteByte
((byte)value);