4 references to SynthesizedNoLocals
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodBodySynthesizer.cs (1)
415return BoundBlock.SynthesizedNoLocals(syntax,
Compiler\MethodCompiler.cs (3)
1001body = BoundBlock.SynthesizedNoLocals(initializerStatements.Syntax, initializerStatements.Statements); 2021body = BoundBlock.SynthesizedNoLocals(node, stmts.ToImmutableAndFree()); 2073return BoundBlock.SynthesizedNoLocals(method.GetNonNullSyntaxNode(), statements);