Home
last modified time | relevance | path

Searched refs:ItemsCountForDebugger (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Channels/src/System/Threading/Channels/
H A DSingleConsumerUnboundedChannel.cs226 private int ItemsCountForDebugger => _items.Count; field in System.Threading.Channels.SingleConsumerUnboundedChannel
H A DUnboundedChannel.cs227 private int ItemsCountForDebugger => _items.Count; field in System.Threading.Channels.UnboundedChannel
H A DBoundedChannel.cs406 private int ItemsCountForDebugger => _items.Count; field in System.Threading.Channels.BoundedChannel