7 references to OutOfSync
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\CommittedSolution.cs (5)
95
/// that maches the PDB checksum are considered <see cref="DocumentState.
OutOfSync
"/>.
101
/// A document state can only change from <see cref="DocumentState.
OutOfSync
"/> to <see cref="DocumentState.MatchesBuildOutput"/>.
175
case DocumentState.
OutOfSync
:
242
documentState != DocumentState.
OutOfSync
&&
316
newState = DocumentState.
OutOfSync
;
EditAndContinue\DebuggingSession.cs (1)
487
if (oldDocumentState is CommittedSolution.DocumentState.
OutOfSync
or
EditAndContinue\EditSession.cs (1)
637
case CommittedSolution.DocumentState.
OutOfSync
: