6 references to Update
Microsoft.CodeAnalysis.Features.UnitTests (6)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
5086
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
5087
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");
5088
var markedSourceV4 =
Update
(markedSourceV3, marker: "3");
EditAndContinue\EditSessionActiveStatementsTests.cs (3)
330
var updatedSource =
Update
(baseSource, marker: "1");
479
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
480
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");