1 write to _inner
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
JsonArrayPool.cs (1)
17
_inner
= inner;
2 references to _inner
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
JsonArrayPool.cs (2)
22
return
_inner
.Rent(minimumLength);
29
_inner
.Return(array);