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)
113
if (
_serializerSettings
== null)
119
return JsonSerializer.Create(
_serializerSettings
);