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
104 references to Count
Aspire.Dashboard (2)
GenerateDocumentationAndConfigFiles (3)
Metrics (3)
Metrics.Legacy (3)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.SignalR.Core (4)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.Extensions.AI.Abstractions (1)
Microsoft.Extensions.Caching.Memory (2)
Microsoft.Maui.Controls (1)
Microsoft.ML.Core (2)
Microsoft.ML.Ensemble (2)
Microsoft.NET.StringTools (3)
Roslyn.Diagnostics.Analyzers (3)
SignalRSamples (1)
SocialWeather (1)
System.Data.Odbc (1)
System.Net.Http (1)
System.Net.Quic (4)
System.Net.Security (10)
System\Net\Security\SslSessionsCache.cs (6)
119if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found, Current Cache Count = {s_cachedCreds.Count}");
129if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found or invalid, Current Cache Count = {s_cachedCreds.Count}");
164if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Refused to cache an Invalid Handle {creds}, Current Cache Count = {s_cachedCreds.Count}");
189if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Caching New Handle = {creds}, Current Cache Count = {s_cachedCreds.Count}");
218if ((s_cachedCreds.Count % CheckExpiredModulo) == 0)
245if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Scavenged cache, New Cache Count = {s_cachedCreds.Count}");
System.Text.Json (4)
System.Text.RegularExpressions (3)
Test.Utilities (3)
Text.Analyzers (3)
xunit.console (1)