1 write to SerializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
64SerializerSettings = serializerSettings;
2 references to SerializerSettings
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
116_serializerSettings = ShallowCopy(SerializerSettings);
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonOutputFormatterTest.cs (1)
559public new JsonSerializerSettings SerializerSettings => base.SerializerSettings;