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