9 references to Reduce
Microsoft.CodeAnalysis.CSharp.Features (9)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (9)
288
editor.ReplaceNode(variable.Initializer!.Value,
Reduce
(newStart));
289
editor.ReplaceNode(condition,
Reduce
(Invert(variable, condition, start)));
295
editor.ReplaceNode(variable.Initializer!.Value,
Reduce
(start));
296
editor.ReplaceNode(condition,
Reduce
(Invert(variable, condition, end)));
313
var reducedLeft =
Reduce
(outerBinary.Left);
314
var reducedRight =
Reduce
(outerBinary.Right);
326
return
Reduce
(innerLeft.Left);
340
return
Reduce
(outerBinary.WithRight(innerRight.Left)
350
return
Reduce
(outerBinary.WithRight(innerLeft.Left)