2 references to TryReadAll
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\EncodedStringText.cs (1)
219var success = stream.TryReadAll(buffer, 0, length) == length;
src\Compilers\Core\Portable\InternalUtilities\StreamExtensions.cs (1)
68int actualLength = TryReadAll(stream, buffer, 0, buffer.Length);