8 references to
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\ZLibException.cs (1)
58protected ZLibException(SerializationInfo info, StreamingContext context) : base(info, context)
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveNotFoundException.cs (1)
34protected DriveNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
41: base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
35: base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
75: base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
97: base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
35: base(info, context)
System.ServiceModel.NetNamedPipe (1)
System\IO\PipeException.cs (1)
33: base(info, context)