Implemented interface members:
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
3 references to Count
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
34loggingFunction($"{_typeLoadValidationErrors.Count} type validation errors");
Microsoft.ML.Core (1)
Utilities\ObjectPool.cs (1)
41public int Count => _pool.Count;
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Data\StaticWebAssetEndpoint.cs (1)
402var endpointItems = new ITaskItem[endpoints.Count];