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