1 implementation of ILocalScope
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\SourceLocationProvider.cs (1)
12internal sealed class PdbIteratorScope : ILocalScope {
3 references to ILocalScope
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
38internal List<ILocalScope>/*?*/ iteratorScopes; 415this.iteratorScopes = new List<ILocalScope>((int)numberOfLocals);
Mono.Cecil.Pdb\NativePdbReader.cs (1)
128 foreach (var iterator_scope in function.iteratorScopes) {