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