4 references to SynthesizedNoLocals
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodBodySynthesizer.cs (1)
322
return BoundBlock.
SynthesizedNoLocals
(syntax, callStatement, returnStatement);
Compiler\MethodCompiler.cs (1)
2330
return BoundBlock.
SynthesizedNoLocals
(symbol.GetNonNullSyntaxNode());
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (2)
233
return BoundBlock.
SynthesizedNoLocals
(declarationSyntax, rewrittenDeclaration, tryBlock);
269
return BoundBlock.
SynthesizedNoLocals
(declarationSyntax, rewrittenDeclaration, tryFinally);