2 writes to BlockIndex
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
314
this.
BlockIndex
= block;
321
BlockIndex
= reader.ReadLeb128 ();
3 references to BlockIndex
Mono.Cecil.Mdb (3)
Mono.Cecil.Mdb\MdbReader.cs (1)
92
var index = local.
BlockIndex
;
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
328
bw.WriteLeb128 (
BlockIndex
);
334
Name, Index,
BlockIndex
- 1);