Implemented interface members:
8 references to Count
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
604if (vars.Count == lastEnvironmentVariables?.Count)
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
604if (vars.Count == lastEnvironmentVariables?.Count)
MSBuild (1)
CommunicationsUtilities.cs (1)
604if (vars.Count == lastEnvironmentVariables?.Count)
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (5)
368/// <inheritdoc cref="Count" /> 384if (destination.Length < Count) 419if (array.Length - index < Count) 635Count == 0 ? ((IList<KeyValuePair<TKey, TValue>>)Array.Empty<KeyValuePair<TKey, TValue>>()).GetEnumerator() : 640Count == 0 ? Array.Empty<KeyValuePair<TKey, TValue>>().GetEnumerator() :