10 references to OutOfSync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
2556Assert.Equal(CommittedSolution.DocumentState.OutOfSync, state); 3654isOutOfSync ? CommittedSolution.DocumentState.OutOfSync : CommittedSolution.DocumentState.MatchesBuildOutput); 3900var debuggingSession = await StartDebuggingSessionAsync(service, solution, initialState: CommittedSolution.DocumentState.OutOfSync);
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\CommittedSolution.cs (5)
80/// that maches the PDB checksum are considered <see cref="DocumentState.OutOfSync"/>. 86/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 166case DocumentState.OutOfSync: 233documentState != DocumentState.OutOfSync && 301newState = DocumentState.OutOfSync;
EditAndContinue\DebuggingSession.cs (1)
483if (oldDocumentState is CommittedSolution.DocumentState.OutOfSync or
EditAndContinue\EditSession.cs (1)
522case CommittedSolution.DocumentState.OutOfSync: