4 writes to MaxDepth
Microsoft.AspNetCore.Mvc.Core (1)
JsonOptions.cs (1)
40MaxDepth = MvcOptions.DefaultMaxModelBindingRecursionDepth,
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
934MaxDepth = 64,
Microsoft.JSInterop (1)
JSRuntime.cs (1)
35MaxDepth = 32,
Microsoft.TestPlatform.CommunicationUtilities (1)
JsonDataSerializer.Stj.cs (1)
69MaxDepth = 64,
2 references to MaxDepth
System.Text.Json (2)
src\runtime\src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
96/// Specifies the default value of <see cref="JsonSerializerOptions.MaxDepth"/> when set.
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1067MaxDepth = MaxDepth,