1 write to SerializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
57SerializerSettings = serializerSettings;
4 references to SerializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
NewtonsoftJsonInputFormatter.cs (1)
332_jsonSerializerPool = _objectPoolProvider.Create(new JsonSerializerObjectPolicy(SerializerSettings));
NewtonsoftJsonPatchInputFormatter.cs (2)
71if (result.Model is IJsonPatchDocument jsonPatchDocument && SerializerSettings.ContractResolver is not null) 73jsonPatchDocument.ContractResolver = SerializerSettings.ContractResolver;
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonInputFormatterTest.cs (1)
570public new JsonSerializerSettings SerializerSettings => base.SerializerSettings;