2 references to BoundNoOpStatement
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3615var result = new BoundNoOpStatement(this.Syntax, flavor, this.HasErrors);
Symbols\Synthesized\SynthesizedUnionCtor.cs (1)
57statements.Add(new BoundNoOpStatement(F.Syntax, NoOpStatementFlavor.Default, hasErrors: true));