4 references to TryReadAll
Microsoft.CodeAnalysis (4)
CvtRes.cs (2)
209stream.TryReadAll(imageResourceSectionBytes, 0, rsrc1.SizeOfRawData); // ConfirmSectionValues ensured that data are available 211stream.TryReadAll(imageResourceSectionBytes, rsrc1.SizeOfRawData, rsrc2.SizeOfRawData); // ConfirmSectionValues ensured that data are available
EncodedStringText.cs (1)
219var success = stream.TryReadAll(buffer, 0, length) == length;
InternalUtilities\StreamExtensions.cs (1)
68int actualLength = TryReadAll(stream, buffer, 0, buffer.Length);