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