1 write to ReadAllBytesFunc
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestStrongNameFileSystem.cs (1)
18
ReadAllBytesFunc
= base.ReadAllBytes;
1 reference to ReadAllBytesFunc
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestStrongNameFileSystem.cs (1)
22
internal override byte[] ReadAllBytes(string fullPath) =>
ReadAllBytesFunc
(fullPath);