2 overrides of OpenScope
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
325public override ScopeInfo OpenScope( 695public override ScopeInfo OpenScope(ScopeType scopeType,
2 references to OpenScope
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
39var scope = CurrentScope.OpenScope(scopeType, exceptionType, _enclosingExceptionHandler); 330var scope = base.OpenScope(scopeType, exceptionType, currentExceptionHandler);