(Active ae)
| 1277 | } |
| 1278 | |
| 1279 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 1280 | private void PushHorz(Active ae) |
| 1281 | { |
| 1282 | ae.nextInSEL = _sel; |
| 1283 | _sel = ae; |
| 1284 | } |
| 1285 | |
| 1286 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 1287 | private bool PopHorz(out Active? ae) |
nothing calls this directly
no outgoing calls
no test coverage detected