8 references to methods
Mono.Cecil.Mdb (8)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (8)
152 methods.Add (entry); 235 methods.Sort (); 236 for (int i = 0; i < methods.Count; i++) 237 methods [i].Index = i + 1; 247 foreach (MethodEntry method in methods) 255 for (int i = 0; i < methods.Count; i++) { 256 MethodEntry entry = methods [i]; 296 ot.MethodCount = methods.Count;