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 = ShallowCopy(
SerializerSettings
);
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonOutputFormatterTest.cs (1)
559
public new JsonSerializerSettings SerializerSettings => base.
SerializerSettings
;