2 writes to MethodCount
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (1)
296 ot.MethodCount = methods.Count;
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (1)
131 MethodCount = reader.ReadInt32 ();
4 references to MethodCount
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (2)
406 get { return ot.MethodCount; } 545 if ((index < 1) || (index > ot.MethodCount))
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
158 bw.Write (MethodCount); 179 SourceTableOffset, SourceTableSize, MethodCount, MethodTableOffset,