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
88 references to Count
Metrics (1)
Metrics.Legacy (1)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.SignalR.Core (4)
Microsoft.Build (9)
Microsoft.Build.Engine.UnitTests (4)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.Workspaces (4)
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 (2)
Roslyn.Diagnostics.Analyzers (1)
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)
110if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found, Current Cache Count = {s_cachedCreds.Count}");
120if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found or invalid, Current Cache Count = {s_cachedCreds.Count}");
153if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Refused to cache an Invalid Handle {creds}, Current Cache Count = {s_cachedCreds.Count}");
178if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Caching New Handle = {creds}, Current Cache Count = {s_cachedCreds.Count}");
207if ((s_cachedCreds.Count % CheckExpiredModulo) == 0)
234if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Scavenged cache, New Cache Count = {s_cachedCreds.Count}");
System.Text.Json (4)
System.Text.RegularExpressions (3)
Test.Utilities (1)
Text.Analyzers (1)
xunit.console (1)