9 references to Reduce
Microsoft.CodeAnalysis.CSharp.Features (9)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (9)
287
editor.ReplaceNode(variable.Initializer!.Value,
Reduce
(newStart));
288
editor.ReplaceNode(condition,
Reduce
(Invert(variable, condition, start)));
294
editor.ReplaceNode(variable.Initializer!.Value,
Reduce
(start));
295
editor.ReplaceNode(condition,
Reduce
(Invert(variable, condition, end)));
312
var reducedLeft =
Reduce
(outerBinary.Left);
313
var reducedRight =
Reduce
(outerBinary.Right);
325
return
Reduce
(innerLeft.Left);
339
return
Reduce
(outerBinary.WithRight(innerRight.Left)
349
return
Reduce
(outerBinary.WithRight(innerLeft.Left)