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