2 writes to Index
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
424 this.Index = index; 430 Index = reader.ReadLeb128 ();
2 references to Index
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
436 bw.WriteLeb128 (Index); 441 return String.Format ("[ScopeVariable {0}:{1}]", Scope, Index);