2 references to Synthesized
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2890return BoundStatementList.Synthesized(statements.Node, statementBuilder.ToImmutableAndFree());
Compiler\MethodCompiler.cs (1)
1351var boundBody = BoundStatementList.Synthesized(syntax, boundStatements);