7 references to OutOfSync
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\CommittedSolution.cs (5)
79/// that maches the PDB checksum are considered <see cref="DocumentState.OutOfSync"/>. 85/// A document state can only change from <see cref="DocumentState.OutOfSync"/> to <see cref="DocumentState.MatchesBuildOutput"/>. 165case DocumentState.OutOfSync: 232documentState != DocumentState.OutOfSync && 300newState = DocumentState.OutOfSync;
EditAndContinue\DebuggingSession.cs (1)
481if (oldDocumentState is CommittedSolution.DocumentState.OutOfSync or
EditAndContinue\EditSession.cs (1)
543case CommittedSolution.DocumentState.OutOfSync: