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