6 references to TryAdd
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (2)
1004if (collections[index].TryAdd(item)) //case#1 1031collections[i].TryAdd(item);
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
138logOutput.TryAdd(e.Data);
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
138logOutput.TryAdd(e.Data);
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
138logOutput.TryAdd(e.Data);
Templates.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
138logOutput.TryAdd(e.Data);