6 references to Indeterminate
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\CommittedSolution.cs (4)
197
case DocumentState.
Indeterminate
:
257
documentState != DocumentState.
Indeterminate
)
268
return (document, DocumentState.
Indeterminate
);
282
return (document, DocumentState.
Indeterminate
);
EditAndContinue\DebuggingSession.cs (1)
477
CommittedSolution.DocumentState.
Indeterminate
or
EditAndContinue\EditSession.cs (1)
552
case CommittedSolution.DocumentState.
Indeterminate
: