3 references to SynthesizedNoLocals
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodBodySynthesizer.cs (1)
415return BoundBlock.SynthesizedNoLocals(syntax,
Compiler\MethodCompiler.cs (2)
964body = BoundBlock.SynthesizedNoLocals(initializerStatements.Syntax, initializerStatements.Statements); 1956return BoundBlock.SynthesizedNoLocals(method.GetNonNullSyntaxNode(), statements);