7 references to OutOfSync
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\CommittedSolution.cs (5)
94/// that maches the PDB checksum are considered <see cref="DocumentState.OutOfSync"/>. 100/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 189case DocumentState.OutOfSync: 256documentState != DocumentState.OutOfSync && 330newState = DocumentState.OutOfSync;
EditAndContinue\DebuggingSession.cs (1)
476if (oldDocumentState is CommittedSolution.DocumentState.OutOfSync or
EditAndContinue\EditSession.cs (1)
557case CommittedSolution.DocumentState.OutOfSync: