4 references to WithStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
197
.
WithStatement
(ReplaceStatementIfNeeded(node.Statement));
Microsoft.Interop.SourceGeneration (3)
SyntaxExtensions.cs (3)
20
return fixedStatement.
WithStatement
(childStatement);
29
return fixedStatement.
WithStatement
(childStatement);
46
return fixedStatement.
WithStatement
(block);