Generated\BoundNodes.xml.Generated.cs (4)
3304: base(BoundKind.Block, syntax, statements, hasErrors || instrumentation.HasErrors() || statements.HasErrors())
3340: base(BoundKind.Scope, syntax, statements, hasErrors || statements.HasErrors())
5658: base(BoundKind.SwitchSection, syntax, statements, hasErrors || switchLabels.HasErrors() || statements.HasErrors())
7717: base(BoundKind.TypeOrInstanceInitializers, syntax, statements, hasErrors || statements.HasErrors())