7 references to IsCompleted
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (2)
4546
Assert.True(result.
IsCompleted
);
4583
Assert.True(result.
IsCompleted
);
Symbols\IndexerTests.cs (2)
2169
Assert.True(loopResult.
IsCompleted
);
2200
Assert.True(loopResult.
IsCompleted
);
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\ParallelLoopState.cs (3)
416
/// If <see cref="
IsCompleted
"/> returns true, then the loop ran to completion, such that all iterations
417
/// of the loop were executed. If <see cref="
IsCompleted
"/> returns false and <see
420
/// cref="
IsCompleted
"/> returns false and <see cref="LowestBreakIteration"/> returns a non-null integral