2 writes to Stream
Microsoft.AspNetCore.Components.Media (2)
MediaSource.cs (2)
50Stream = new MemoryStream(data, writable: false); 69Stream = stream;
3 references to Stream
Microsoft.AspNetCore.Components.Media (3)
FileDownload.cs (1)
114using var streamRef = new DotNetStreamReference(source.Stream, leaveOpen: true);
MediaComponentBase.cs (1)
199using 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