2 instantiations of CapturedScope
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (2)
469
captured_scopes.Add (new
CapturedScope
(reader));
488
captured_scopes.Add (new
CapturedScope
(scope, captured_name));
6 references to CapturedScope
Mono.Cecil.Mdb (6)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (6)
452
List<
CapturedScope
> captured_scopes = new List<
CapturedScope
> ();
491
public
CapturedScope
[] CapturedScopes {
493
CapturedScope
[] retval = new
CapturedScope
[captured_scopes.Count];
508
foreach (
CapturedScope
cs in captured_scopes)