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