5 writes to MaxDepth
Microsoft.AspNetCore.Mvc.Core (1)
JsonOptions.cs (1)
40
MaxDepth
= MvcOptions.DefaultMaxModelBindingRecursionDepth,
Microsoft.AspNetCore.OpenApi.Tests (1)
Transformers\Implementations\OpenApiSchemaReferenceTransformerTests.cs (1)
431
options.SerializerOptions.
MaxDepth
= 124;
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
934
MaxDepth
= 64,
Microsoft.JSInterop (1)
JSRuntime.cs (1)
33
MaxDepth
= 32,
Shared.Tests (1)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
156
JsonSerializerOptions options = new(Options) {
MaxDepth
= 1 };
4 references to MaxDepth
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
493
_maxDepth = options.
MaxDepth
is 0 ? DefaultMaxDepth : options.
MaxDepth
;
System.Text.Json (2)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
89
/// Specifies the default value of <see cref="JsonSerializerOptions.
MaxDepth
"/> when set.
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1028
MaxDepth =
MaxDepth