6 references to Indeterminate
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\CommittedSolution.cs (4)
195
case DocumentState.
Indeterminate
:
255
documentState != DocumentState.
Indeterminate
)
266
return (document, DocumentState.
Indeterminate
);
280
return (document, DocumentState.
Indeterminate
);
EditAndContinue\DebuggingSession.cs (1)
488
CommittedSolution.DocumentState.
Indeterminate
or
EditAndContinue\EditSession.cs (1)
627
case CommittedSolution.DocumentState.
Indeterminate
: