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