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)
569
public ExceptionHandlerContainerScope ContainingExceptionScope =>
_containingScope
;
621
var endLabel =
_containingScope
.EndLabel;