Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
16 references to Count
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2602ErrorUtilities.DebugTraceMessage("GatherSDKListFromDirectory", "Found '{0}' version folders under the identifier path '{1}'. ", versionsInRoot.Count, rootPathWithIdentifier);
Microsoft.Data.Analysis (1)
DataFrameColumn.cs (1)
483while (heapOfValueAndListOfTupleOfSortAndBufferIndex.Count > 0)
Microsoft.DotNet.Build.Tasks.Packaging (4)
PackageIndex.cs (2)
390public bool ShouldSerializeAssemblyVersionInPackageVersion() { return AssemblyVersionInPackageVersion.Count > 0; } 492public int Count { get { return inboxVersions.Sum(m => m.Value.Count); } }
UpdatePackageIndex.cs (1)
329info.AssemblyVersionInPackageVersion.Count == 0)
ValidatePackage.cs (1)
422info.AssemblyVersionInPackageVersion.Count == 0)
System.Collections (5)
System\Collections\Generic\SortedDictionary.cs (5)
247Count == 0 ? EnumerableHelpers.GetEmptyEnumerator<KeyValuePair<TKey, TValue>>() : 566if (array.Length - index < _dictionary.Count) 591get { return _dictionary.Count; } 727if (array.Length - index < _dictionary.Count) 752get { return _dictionary.Count; }
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
876if (dictionary.Count == 0) 882return new ImmutableSortedDictionary<TKey, TValue>(root, dictionary.Count, this.KeyComparer, this.ValueComparer);
System.Formats.Tar (1)
System\Formats\Tar\TarHelpers.Unix.cs (1)
106if (pendingModes.Count == 0)
System.Resources.Extensions (1)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (1)
305int numResources = _resourceList.Count;
System.Resources.Writer (1)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (1)
305int numResources = _resourceList.Count;