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