25 references to JsonArray
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
140
var a = new
JsonArray
();
Aspire.Hosting.Azure.Tests (1)
DefaultUserSecretsManagerTests.cs (1)
204
["EmptyArray"] = new
JsonArray
(),
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (3)
596
var enumNode = new
JsonArray
();
620
propertyNode["type"] = new
JsonArray
{ "number", "string" };
630
propertyNode["oneOf"] = new
JsonArray
Microsoft.AspNetCore.OpenApi (1)
Schemas\OpenApiJsonSchema.Helpers.cs (1)
140
var array = new
JsonArray
();
Microsoft.Extensions.AI.Abstractions (6)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
669
new JsonSchema { Enum =
new
() { (JsonNode)"NaN", (JsonNode)"Infinity", (JsonNode)"-Infinity" } },
752
JsonArray enumValues =
new
();
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
394
var requiredArray = new
JsonArray
();
425
JsonArray anyOfArray =
new
();
507
var array = new
JsonArray
();
Utilities\AIJsonUtilities.Schema.Create.cs (1)
295
objSchema.InsertAtStart(TypePropertyName, new
JsonArray
{ (JsonNode)"string", (JsonNode)"null" });
Microsoft.Extensions.AI.Evaluation.Quality (3)
AIToolExtensions.cs (1)
20
var toolDefinitionsJsonArray = new
JsonArray
();
ChatMessageExtensions.cs (1)
17
var messagesJsonArray = new
JsonArray
();
ChatResponseExtensions.cs (1)
27
var toolCallsAndResultsJsonArray = new
JsonArray
();
Shared (5)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
669
new JsonSchema { Enum =
new
() { (JsonNode)"NaN", (JsonNode)"Infinity", (JsonNode)"-Infinity" } },
752
JsonArray enumValues =
new
();
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
394
var requiredArray = new
JsonArray
();
425
JsonArray anyOfArray =
new
();
507
var array = new
JsonArray
();
System.Text.Json (4)
System\Text\Json\Nodes\JsonArray.cs (2)
82
: new
JsonArray
(Options);
85
var jsonArray = new
JsonArray
(Options)
System\Text\Json\Schema\JsonSchema.cs (2)
203
var requiredArray = new
JsonArray
();
324
var array = new
JsonArray
();
TestProject.AppHost (1)
TestProgram.cs (1)
166
var endpointsJsonArray = new
JsonArray
();