Open
Description
There are many places in Azure SDKs where we read and create models using the JsonElement.GetRawText method, for example, here.
Once we're able to upgrade to a version of STJ 9.*, we should be able to improve the performance of these model-reading routines pretty dramatically by calling JsonMarshal.GetRawUtf8Value instead.