6 references to Indeterminate
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\CommittedSolution.cs (4)
183
case DocumentState.
Indeterminate
:
243
documentState != DocumentState.
Indeterminate
)
254
return (document, DocumentState.
Indeterminate
);
268
return (document, DocumentState.
Indeterminate
);
EditAndContinue\DebuggingSession.cs (1)
487
CommittedSolution.DocumentState.
Indeterminate
or
EditAndContinue\EditSession.cs (1)
627
case CommittedSolution.DocumentState.
Indeterminate
: