Implemented interface members:
7 references to Count
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
272vars.Count == lastEnvironmentVariables.Count)
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
37_headersCountThreshold = _requestHeadersToLog.Count;
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (5)
369/// <inheritdoc cref="Count" /> 385if (destination.Length < Count) 420if (array.Length - index < Count) 636Count == 0 ? ((IList<KeyValuePair<TKey, TValue>>)Array.Empty<KeyValuePair<TKey, TValue>>()).GetEnumerator() : 641Count == 0 ? Array.Empty<KeyValuePair<TKey, TValue>>().GetEnumerator() :