2 writes to Index
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
697
this.
Index
= file.AddSource (this);
755
Index
= reader.ReadInt32 ();
5 references to Index
Mono.Cecil.Mdb (5)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
586
bw.WriteLeb128 (source.
Index
);
592
bw.WriteLeb128 (entry.
Index
);
747
bw.Write (
Index
);
805
return String.Format ("SourceFileEntry ({0}:{1})",
Index
, DataOffset);
Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs (1)
68
int file_idx = file != null ? file.
Index
: 0;