Implemented interface member:
6 references to Count
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
UserJwtsTests.cs (1)
611
Assert.Equal(2, signingKeys.
Count
);
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.cs (2)
270
if (required is not JsonArray { } requiredArray || requiredArray.
Count
!= propertiesObj.Count)
364
if (ctx.TypeInfo.NumberHandling is not JsonNumberHandling.Strict && schema["type"] is JsonArray {
Count
: 2 } typeArray)
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.IList.cs (2)
75
/// <paramref name="index"/> is less than 0 or <paramref name="index"/> is greater than <see cref="
Count
"/>.
108
/// <paramref name="index"/> is less than 0 or <paramref name="index"/> is greater than <see cref="
Count
"/>.
System\Text\Json\Nodes\JsonObject.cs (1)
361
return $"{PropertyName} = JsonArray[{jsonArray.
Count
}]";