2 writes to Stream
Microsoft.AspNetCore.Components.Web (2)
Image\ImageSource.cs (2)
47Stream = new MemoryStream(data, writable: false); 66Stream = stream;
2 references to Stream
Microsoft.AspNetCore.Components.Web (2)
Image\Image.cs (1)
180using 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