6 references to Indeterminate
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\CommittedSolution.cs (4)
198
case DocumentState.
Indeterminate
:
258
documentState != DocumentState.
Indeterminate
)
269
return (document, DocumentState.
Indeterminate
);
283
return (document, DocumentState.
Indeterminate
);
EditAndContinue\DebuggingSession.cs (1)
475
CommittedSolution.DocumentState.
Indeterminate
or
EditAndContinue\EditSession.cs (1)
566
case CommittedSolution.DocumentState.
Indeterminate
: