3 references to ExpressionStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseDeconstructionCodeFixProvider.cs (1)
142return SyntaxFactory.ExpressionStatement(
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseDeconstructionCodeFixProvider.cs (1)
142return SyntaxFactory.ExpressionStatement(
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (1)
206SyntaxFactory.ExpressionStatement(rewrittenBody, SyntaxFactory.Token(SyntaxKind.SemicolonToken)));