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"/>.
189
case DocumentState.
OutOfSync
:
256
documentState != DocumentState.
OutOfSync
&&
330
newState = DocumentState.
OutOfSync
;
EditAndContinue\DebuggingSession.cs (1)
476
if (oldDocumentState is CommittedSolution.DocumentState.
OutOfSync
or
EditAndContinue\EditSession.cs (1)
557
case CommittedSolution.DocumentState.
OutOfSync
: