4 references to Synthesized
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\Constructors.cs (3)
539return Synthesized(syntax, false, statements.AsImmutableOrNull()); 544return Synthesized(syntax, hasErrors, statements.AsImmutableOrNull()); 549return Synthesized(syntax, false, statements);
Lowering\LocalRewriter\LocalRewriter_MultipleLocalDeclarations.cs (1)
45return BoundStatementList.Synthesized(node.Syntax, node.HasErrors, inits.ToImmutableAndFree());