2 references to BoundGlobalStatementInitializer
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
2417return new BoundGlobalStatementInitializer(node, bound);
Generated\BoundNodes.xml.Generated.cs (1)
398var result = new BoundGlobalStatementInitializer(this.Syntax, statement, this.HasErrors);