8 references to IsAddingCompleted
Microsoft.AspNetCore.HttpLogging (1)
FileLoggerProcessor.cs (1)
108if (!_messageQueue.IsAddingCompleted)
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
139if (!_messageQueue.IsAddingCompleted)
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1607Ectx.Assert(!_toRead.IsAddingCompleted); 1862Contracts.Assert(!_toRead.IsAddingCompleted);
System.Collections.Concurrent (4)
System\Collections\Concurrent\BlockingCollection.cs (4)
95return (IsAddingCompleted && (_occupiedNodes.CurrentCount == 0)); 400if (IsAddingCompleted) 1441if (IsAddingCompleted) 1682if (isAddOperation && collections[i].IsAddingCompleted)