1 type derived from LocalScopeInfo
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
544internal sealed class ExceptionHandlerScope : LocalScopeInfo
2 instantiations of LocalScopeInfo
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
30_rootScope = new LocalScopeInfo(); 215return new LocalScopeInfo();
11 references to LocalScopeInfo
Microsoft.CodeAnalysis (11)
CodeGen\LocalScopeManager.cs (11)
24private readonly LocalScopeInfo _rootScope; 95var scope = (LocalScopeInfo)CurrentScope; 101var scope = (LocalScopeInfo)CurrentScope; 107var scope = (LocalScopeInfo)CurrentScope; 113var scope = (LocalScopeInfo)CurrentScope; 165var scope = (LocalScopeInfo)CurrentScope;