6 references to s_jsonOptions
Aspire.Hosting.RemoteHost (6)
Ats\AtsMarshaller.cs (6)
97public static JsonSerializerOptions JsonOptions => s_jsonOptions; 189var json = JsonSerializer.Serialize(value, s_jsonOptions); 470return JsonSerializer.Deserialize(jsonObj.ToJsonString(), targetType, s_jsonOptions); 564return JsonSerializer.Deserialize(value.ToJsonString(), targetType, s_jsonOptions); 605var typeInfo = s_jsonOptions.GetTypeInfo(targetType); 621prop.Set(target, jsonValue.Deserialize(prop.PropertyType, s_jsonOptions));