6 references to AppendBit
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
351
AppendBit
(bits & 1);
352
AppendBit
(bits >> 1);
359
AppendBit
(val & 1);
360
AppendBit
((val >> 1) & 1);
361
AppendBit
((val >> 2) & 1);
365
AppendBit
((val != 0) ? 1u : 0u);