6 references to Update
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
4145
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
4146
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");
4147
var markedSourceV4 =
Update
(markedSourceV3, marker: "3");
EditAndContinue\EditSessionActiveStatementsTests.cs (3)
322
var updatedSource =
Update
(baseSource, marker: "1");
473
var markedSourceV2 =
Update
(markedSourceV1, marker: "1");
474
var markedSourceV3 =
Update
(markedSourceV2, marker: "2");