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