3 writes to
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Helpers\GenericListOrJsonArrayUtilities.cs (1)
35array[index] = (JsonNode)value;
Internal\JsonObjectAdapter.cs (1)
83obj[index] = value != null ? JsonSerializer.SerializeToNode(value, serializerOptions) : GetJsonNull();
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Transform.cs (1)
112combinatorArray[i] = element;
3 references to
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Helpers\GenericListOrJsonArrayUtilities.cs (1)
21return array[index];
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.Transform.cs (2)
109JsonNode element = TransformSchemaCore(combinatorArray[i], transformOptions, path); 110if (!ReferenceEquals(element, combinatorArray[i]))