5 references to ReduceBoth
Microsoft.CodeAnalysis (5)
Syntax\SyntaxDiffer.cs (5)
160
case DiffOp.
ReduceBoth
:
229
return new DiffAction(DiffOp.
ReduceBoth
, 1);
268
return new DiffAction(DiffOp.
ReduceBoth
, 1);
290
return new DiffAction(DiffOp.
ReduceBoth
, 1);
313
return new DiffAction(DiffOp.
ReduceBoth
, 1);