2 writes to Stream
Microsoft.AspNetCore.Components.Web (2)
Media\MediaSource.cs (2)
50
Stream
= new MemoryStream(data, writable: false);
69
Stream
= stream;
3 references to Stream
Microsoft.AspNetCore.Components.Web (3)
Media\FileDownload.cs (1)
114
using var streamRef = new DotNetStreamReference(source.
Stream
, leaveOpen: true);
Media\MediaComponentBase.cs (1)
199
using var streamRef = new DotNetStreamReference(source.
Stream
, leaveOpen: true);
Media\MediaSource.cs (1)
8
/// exactly one load operation. It holds a single underlying <see cref="
Stream
"/> that will be