2 references to TryTake
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
228while (_queue.TryTake(out workItem, 5000))
UnitTests.Common (1)
TestTypes.cs (1)
306while (_queue.TryTake(out workItem, 5000))