2 writes to Stream
Microsoft.AspNetCore.Components.Web (2)
Image\ImageSource.cs (2)
47
Stream
= new MemoryStream(data, writable: false);
66
Stream
= stream;
2 references to Stream
Microsoft.AspNetCore.Components.Web (2)
Image\Image.cs (1)
180
using var streamRef = new DotNetStreamReference(source.
Stream
, leaveOpen: true);
Image\ImageSource.cs (1)
8
/// exactly one image load. It holds a single underlying <see cref="
Stream
"/> that will be