3 writes to index
Mono.Cecil.Mdb (3)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (3)
1086 set { index = value; } 1102 this.index = index; 1140 index = -1;
4 references to index
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
1085 get { return index; } 1210 if ((index <= 0) || (DataOffset == 0)) 1220 if (index <= 0) 1398 index, Token, CompileUnitIndex, CompileUnit);