27 references to EndOfStreamException
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
3322throw new EndOfStreamException();
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
406throw new EndOfStreamException();
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackReader.cs (2)
970private static EndOfStreamException ThrowNotEnoughBytesException() => throw new EndOfStreamException(); 976private static EndOfStreamException ThrowNotEnoughBytesException(Exception innerException) => throw new EndOfStreamException(new EndOfStreamException().Message, innerException);
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryReader.cs (1)
193private static void ThrowEndOfStream() => throw new EndOfStreamException();
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
417throw new EndOfStreamException();
Microsoft.AspNetCore.SpaServices.Extensions (1)
Util\EventedStreamReader.cs (1)
65ResolveIfStillPending(() => tcs.SetException(new EndOfStreamException()));
Microsoft.Build.Framework (1)
BackEnd\InterningBinaryReader.cs (1)
135throw new EndOfStreamException();
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitRefTableReader.Primitives.cs (2)
31throw new EndOfStreamException(); 141throw new EndOfStreamException();
Microsoft.CodeAnalysis (2)
EmbeddedText.cs (2)
237throw new EndOfStreamException(); 255throw new EndOfStreamException();
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcAdvertise.cs (1)
52throw new EndOfStreamException();
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
129throw new EndOfStreamException();
StreamExtensions.cs (1)
23throw new EndOfStreamException();
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent.PipeRpc\StreamExtensions.cs (1)
269throw new EndOfStreamException();
Microsoft.Extensions.DotNetDeltaApplier (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent.PipeRpc\StreamExtensions.cs (1)
269throw new EndOfStreamException();
Microsoft.Private.Windows.Core (1)
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\IO\StreamExtensions.cs (1)
90throw new EndOfStreamException();
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\ThrowHelper.cs (1)
38=> throw new EndOfStreamException();
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (1)
174throw new EndOfStreamException();
System\Formats\Tar\GnuSparseStream.cs (1)
309throw new EndOfStreamException();
System.IO.Compression (1)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (1)
174throw new EndOfStreamException();
System.IO.Packaging (1)
System\IO\Packaging\InterleavedZipPackagePartStream.cs (1)
567throw new EndOfStreamException();
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
1380result == 0 ? new EndOfStreamException() : // end of file that violates protocol
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
771return new System.IO.EndOfStreamException();
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Shared.cs (1)
204throw new EndOfStreamException(); // Simulate same exception as ReadKeyBlobHeader would throw
System.Speech (1)
Internal\Helpers.cs (1)
89throw new EndOfStreamException();