2 instantiations of AnonymousScopeEntry
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (2)
179 anonymous_scopes.Add (id, new AnonymousScopeEntry (id)); 607 scope = new AnonymousScopeEntry (reader);
8 references to AnonymousScopeEntry
Mono.Cecil.Mdb (8)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (8)
121 Dictionary<int, AnonymousScopeEntry> anonymous_scopes; 177 anonymous_scopes = new Dictionary<int, AnonymousScopeEntry> (); 188 AnonymousScopeEntry scope = anonymous_scopes [scope_id]; 197 AnonymousScopeEntry scope = anonymous_scopes [scope_id]; 287 foreach (AnonymousScopeEntry scope in anonymous_scopes.Values) 592 public AnonymousScopeEntry GetAnonymousScope (int id) 597 AnonymousScopeEntry scope; 604 anonymous_scopes = new Dictionary<int, AnonymousScopeEntry> ();