5 references to WithStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
197
.
WithStatement
(ReplaceStatementIfNeeded(node.Statement));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12721
var newNode = node.WithAttributeLists(node.AttributeLists).WithFixedKeyword(node.FixedKeyword).WithOpenParenToken(node.OpenParenToken).WithDeclaration(node.Declaration).WithCloseParenToken(node.CloseParenToken).
WithStatement
(node.Statement);
Microsoft.Interop.SourceGeneration (3)
SyntaxExtensions.cs (3)
20
return fixedStatement.
WithStatement
(childStatement);
29
return fixedStatement.
WithStatement
(childStatement);
46
return fixedStatement.
WithStatement
(block);