11 references to Add
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
ObjectFormatterTests.cs (1)
725obj.Add(2, new CancellationToken());
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinaryLoader.cs (6)
1587_toDecompress.Add(block, ExMarshaller.Token); 1593_toDecompress.Add(sentBlock, ExMarshaller.Token); 1624_toRead.Add(block, ExMarshaller.Token); 1821_toDecompress.Add(block, ExMarshaller.Token); 1827_toDecompress.Add(sentBlock, ExMarshaller.Token); 1902_toRead.Add(new ReaderContainer(reader, decomp, block.Rows, block.BlockSequence), ExMarshaller.Token);
DataLoadSave\Binary\BinarySaver.cs (3)
238toWrite.Add(new Block(compressed, block.ColumnIndex, block.BlockIndex, uncompLength), exMarshaller.Token); 608toCompress.Add(new Block(pipes[c].EndBlock(), c, blockIndex), exMarshaller.Token); 620toCompress.Add(new Block(pipes[c].EndBlock(), c, blockIndex), exMarshaller.Token);
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
278/// a call to <see cref="Add(T,System.Threading.CancellationToken)"/> may block until space is available to store the provided item.