10 references to TryOwnAndReset
System.Threading.Channels (10)
System\Threading\Channels\BoundedChannel.cs (4)
166if (singleton.TryOwnAndReset()) 220if (singleton.TryOwnAndReset()) 510if (singleton.TryOwnAndReset()) 598if (singleton.TryOwnAndReset())
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (2)
102if (!cancellationToken.CanBeCanceled && _readerSingleton.TryOwnAndReset()) 174if (!cancellationToken.CanBeCanceled && _waiterSingleton.TryOwnAndReset())
System\Threading\Channels\UnboundedChannel.cs (2)
99if (singleton.TryOwnAndReset()) 176if (singleton.TryOwnAndReset())
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
99if (singleton.TryOwnAndReset()) 180if (singleton.TryOwnAndReset())