1 write to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
39_jsonOptions = jsonOptions.Value;
6 references to _jsonOptions
Microsoft.AspNetCore.Mvc.NewtonsoftJson (6)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (6)
47options.OutputFormatters.Add(new NewtonsoftJsonOutputFormatter(_jsonOptions.SerializerSettings, _charPool, options, _jsonOptions)); 56_jsonOptions.SerializerSettings, 60_jsonOptions)); 65_jsonOptions.SerializerSettings, 69_jsonOptions));