1 implementation of ToIfStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
SplitOrMergeIfStatements\CSharpIfLikeStatementGenerator.cs (1)
128public SyntaxNode ToIfStatement(SyntaxNode ifOrElseIf)
1 reference to ToIfStatement
Microsoft.CodeAnalysis.Features (1)
SplitOrMergeIfStatements\Nested\AbstractSplitIntoNestedIfStatementsCodeRefactoringProvider.cs (1)
53var innerIfStatement = ifGenerator.WithCondition(ifGenerator.ToIfStatement(ifOrElseIf), rightCondition);