1 write to _serializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
116_serializerSettings = ShallowCopy(SerializerSettings);
2 references to _serializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonOutputFormatter.cs (2)
113if (_serializerSettings == null) 119return JsonSerializer.Create(_serializerSettings);