1 instantiation of StreamWrapper
Microsoft.Maui.Controls (1)
StreamWrapper.cs (1)
106
return new
StreamWrapper
(await response.Content.ReadAsStreamAsync().ConfigureAwait(false), response);
2 references to StreamWrapper
Microsoft.Maui.Controls (2)
StreamWrapper.cs (1)
98
Application.Current?.FindMauiContext()?.CreateLogger<
StreamWrapper
>()?
UriImageSource.cs (1)
121
return await
StreamWrapper
.GetStreamAsync(uri, cancellationToken, client).ConfigureAwait(false);