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