2 references to BoundScope
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3359
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));