4 writes to MaxDepth
Microsoft.AspNetCore.Mvc.Core (1)
JsonOptions.cs (1)
40
MaxDepth
= MvcOptions.DefaultMaxModelBindingRecursionDepth,
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
934
MaxDepth
= 64,
Microsoft.JSInterop (1)
JSRuntime.cs (1)
35
MaxDepth
= 32,
Microsoft.TestPlatform.CommunicationUtilities (1)
JsonDataSerializer.Stj.cs (1)
69
MaxDepth
= 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)
1067
MaxDepth =
MaxDepth
,