1 instantiation of JsonOptions
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
30
: this(readerFactory, NullLoggerFactory.Instance, Options.Create(new
JsonOptions
()))
15 references to JsonOptions
Microsoft.AspNetCore.Mvc.Core (14)
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (3)
38
/// Configures <see cref="
JsonOptions
"/> for the specified <paramref name="builder"/>.
42
/// <param name="configure">An <see cref="Action"/> to configure the <see cref="
JsonOptions
"/>.</param>
46
Action<
JsonOptions
> configure)
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (3)
40
/// Configures <see cref="
JsonOptions
"/> for the specified <paramref name="builder"/>.
43
/// <param name="configure">An <see cref="Action"/> to configure the <see cref="
JsonOptions
"/>.</param>
47
Action<
JsonOptions
> configure)
Formatters\SystemTextJsonInputFormatter.cs (3)
15
private readonly
JsonOptions
_jsonOptions;
22
/// <param name="options">The <see cref="
JsonOptions
"/>.</param>
25
JsonOptions
options,
Formatters\SystemTextJsonOutputFormatter.cs (1)
35
internal static SystemTextJsonOutputFormatter CreateFormatter(
JsonOptions
jsonOptions)
Infrastructure\MvcCoreMvcOptionsSetup.cs (2)
27
private readonly IOptions<
JsonOptions
> _jsonOptions;
34
public MvcCoreMvcOptionsSetup(IHttpRequestStreamReaderFactory readerFactory, ILoggerFactory loggerFactory, IOptions<
JsonOptions
> jsonOptions)
Infrastructure\SystemTextJsonResultExecutor.cs (2)
23
private readonly
JsonOptions
_options;
27
IOptions<
JsonOptions
> options,
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SystemTextJsonHelper.cs (1)
15
public SystemTextJsonHelper(IOptions<
JsonOptions
> options)