5 references to ReplaceOldWithNew
Microsoft.CodeAnalysis (5)
Syntax\SyntaxDiffer.cs (5)
169
case DiffOp.
ReplaceOldWithNew
:
234
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
276
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
298
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);
316
return new DiffAction(DiffOp.
ReplaceOldWithNew
, 1);