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