5 references to ReplaceOldWithNew
Microsoft.CodeAnalysis (5)
Syntax\SyntaxDiffer.cs (5)
170
case DiffOp.
ReplaceOldWithNew
:
235
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
277
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
299
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
317
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);