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