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