5 references to SynthesizedNoLocals
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodBodySynthesizer.cs (1)
415return BoundBlock.SynthesizedNoLocals(syntax,
Compiler\MethodCompiler.cs (3)
1016body = BoundBlock.SynthesizedNoLocals(initializerStatements.Syntax, initializerStatements.Statements); 2052body = BoundBlock.SynthesizedNoLocals(node, stmts.ToImmutableAndFree()); 2104return BoundBlock.SynthesizedNoLocals(method.GetNonNullSyntaxNode(), statements);
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
176BoundBlock.SynthesizedNoLocals(lockSyntax, ImmutableArray.Create<BoundStatement>(