Implemented interface member:
14 references to Add
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
140a.Add(ConvertAnyValue(item));
Microsoft.AspNetCore.OpenApi (1)
Schemas\OpenApiJsonSchema.Helpers.cs (1)
142array.Add(ReadJsonNode(ref reader));
Microsoft.Extensions.AI.Abstractions (5)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
231schema.Enum.Add(null); // Append null to the enum array. 758enumValues.Add((JsonNode)effectiveName);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
397requiredArray.Add((JsonNode)requiredProperty); 428anyOfArray.Add(schema.ToJsonNode(options)); 512array.Add((JsonNode)ToIdentifier(type)!);
System.Text.Json (7)
System\Text\Json\Nodes\JsonArray.cs (2)
92jsonArray.Add(list[i]?.DeepCloneCore()); 221Add(nodeToAdd);
System\Text\Json\Schema\JsonSchema.cs (3)
206requiredArray.Add((JsonNode)requiredProperty); 237anyOfArray.Add(schema.ToJsonNode(options)); 329array.Add((JsonNode)ToIdentifier(type)!);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
198schema.Enum.Add(null); // Append null to the enum array.
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
513enumValues.Add((JsonNode)fieldInfo.JsonName);