Implemented interface members:
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
3 references to Count
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
NavigateTo\NavigateToSearcherTests.cs (2)
407Assert.Equal(2, callback.Results.Count); 467Assert.Equal(2, callback.Results.Count);
Microsoft.ML.Core (1)
Utilities\ObjectPool.cs (1)
41public int Count => _pool.Count;