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