1 write to _containingScope
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
564_containingScope = containingScope;
2 references to _containingScope
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
569public ExceptionHandlerContainerScope ContainingExceptionScope => _containingScope; 621var endLabel = _containingScope.EndLabel;