Implemented interface members:
8 references to Count
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
UserJwtsTests.cs (1)
611
Assert.Equal(2, signingKeys.
Count
);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Helpers\GenericListOrJsonArrayUtilities.cs (1)
52
return jsonArray.
Count
;
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
355
if (ctx.TypeInfo.NumberHandling is not JsonNumberHandling.Strict && schema["type"] is JsonArray {
Count
: 2 } typeArray)
Utilities\AIJsonUtilities.Schema.Transform.cs (1)
111
for (int i = 0; i < combinatorArray.
Count
; i++)
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
824
Assert.Equal(((JsonArray)schemaObj["required"]!).
Count
, ((JsonObject)props!).Count);
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)
354
return $"{PropertyName} = JsonArray[{jsonArray.
Count
}]";