1 reference to RethrowExceptionsAsIOException
Microsoft.CodeAnalysis (1)
FileSystem\FileUtilities.cs (1)
313return RethrowExceptionsAsIOException(() => new FileStream(fullPath, FileMode.Open, FileAccess.Read, FileShare.Read, 4096, FileOptions.Asynchronous));