3 references to BoundScope
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
3351
var result = new
BoundScope
(this.Syntax, locals, statements, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (1)
159
result.Add(new
BoundScope
(section.Syntax, section.Locals, statements));
Lowering\LocalRewriter\LocalRewriter_SwitchExpression.cs (1)
116
result.Add(new
BoundScope
(arm.Syntax, arm.Locals, statements));