2 references to ReplaceStatements
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (2)
136
return node.WithStatements(VisitList(
ReplaceStatements
(node.Statements)).ToSyntaxList());
147
return node.WithStatements(VisitList(
ReplaceStatements
(node.Statements)).ToSyntaxList());