42 instantiations of EndOfStreamException
csc (1)
Microsoft.AspNetCore.Components.Server (7)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Session (1)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.Build (2)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.CodeAnalysis (3)
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Microsoft.ML.Data (2)
Microsoft.VisualBasic.Core (1)
MSBuild (1)
MSBuildTaskHost (2)
PresentationCore (1)
Replay (1)
System.Formats.Nrbf (1)
System.Formats.Tar (1)
System.IO.Packaging (1)
System.IO.Pipes (1)
System.IO.Ports (1)
System.Net.Security (1)
System.Private.CoreLib (2)
System.Resources.Extensions (1)
System.Security.Cryptography (1)
vbc (1)
VBCSCompiler (1)
66 references to EndOfStreamException
Aspire.Hosting (1)
Microsoft.AspNetCore.Components.Server (12)
Microsoft.AspNetCore.Components.Server.Tests (8)
Circuits\RemoteJSDataStreamTest.cs (8)
128var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await RemoteJSDataStream.ReceiveData(jsRuntime, streamId, chunkId: 0, chunk, error: null).DefaultTimeout());
133ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await remoteJSDataStream.CopyToAsync(mem).DefaultTimeout());
147var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await RemoteJSDataStream.ReceiveData(jsRuntime, streamId, chunkId: 0, chunk, error: null).DefaultTimeout());
152ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await remoteJSDataStream.CopyToAsync(mem).DefaultTimeout());
167var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await RemoteJSDataStream.ReceiveData(jsRuntime, streamId, chunkId: 0, chunk, error: null).DefaultTimeout());
172ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await remoteJSDataStream.CopyToAsync(mem).DefaultTimeout());
191var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await RemoteJSDataStream.ReceiveData(jsRuntime, streamId, chunkId: 7, chunk, error: null).DefaultTimeout());
196ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await remoteJSDataStream.CopyToAsync(mem).DefaultTimeout());
Microsoft.AspNetCore.Components.WebAssembly.Tests (6)
Microsoft.AspNetCore.SpaServices.Extensions (3)
Microsoft.Build (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.UnitTests (2)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.ML.Data (1)
Microsoft.ML.Tests (1)
mscorlib (1)
netstandard (1)
PresentationCore (1)
System.Formats.Nrbf (1)
System.IO (1)
System.IO.Compression (4)
System.Private.CoreLib (10)
System.Resources.Extensions (3)
System.Runtime (1)
System.Runtime.Extensions (1)
System.Security.Cryptography (2)
System.Transactions.Local (1)
System.Windows.Forms (1)