3 references to PatchAsync
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
696var response = await client.PatchAsync(apiUrl, jsonContent, ct);
System.Net.Http.Json (2)
System\Net\Http\Json\HttpClientJsonExtensions.Patch.cs (2)
35return client.PatchAsync(requestUri, content, cancellationToken); 111return client.PatchAsync(requestUri, content, cancellationToken);