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