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