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