1 write to _charPool
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
58
_charPool
= new JsonArrayPool<char>(charPool);
1 reference to _charPool
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
147
jsonReader.ArrayPool =
_charPool
;