6 references to AppendBit
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
348
AppendBit
(bits & 1);
349
AppendBit
(bits >> 1);
356
AppendBit
(val & 1);
357
AppendBit
((val >> 1) & 1);
358
AppendBit
((val >> 2) & 1);
362
AppendBit
((val != 0) ? 1u : 0u);