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