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