2 references to EmptyStatement
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
100
return SyntaxFactory.
EmptyStatement
(SyntaxFactory.Token([.. triviaList], SyntaxKind.SemicolonToken, [SyntaxFactory.ElasticMarker]));
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
661
result.Add(
EmptyStatement
(Token([.. triviaList], SyntaxKind.SemicolonToken, [ElasticMarker])));