6 references to Update
Microsoft.CodeAnalysis.Features.UnitTests (6)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
4887
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
4888
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");
4889
var markedSourceV4 =
Update
(markedSourceV3, marker: "3");
EditAndContinue\EditSessionActiveStatementsTests.cs (3)
331
var updatedSource =
Update
(baseSource, marker: "1");
480
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
481
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");