3 writes to UploadAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (3)
Files\DelegatingHostedFileClientTests.cs (1)
35UploadAsyncCallback = (content, mediaType, fileName, options, cancellationToken) =>
Files\HostedFileClientExtensionsTests.cs (2)
26UploadAsyncCallback = (stream, mediaType, fileName, options, ct) => 75UploadAsyncCallback = async (stream, mediaType, fileName, options, ct) =>
1 reference to UploadAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (1)
TestHostedFileClient.cs (1)
42UploadAsyncCallback!.Invoke(content, mediaType, fileName, options, cancellationToken);