3 implementations of ReadFileAllBytes
Microsoft.Build.Engine.OM.UnitTests (3)
CachingFileSystemWrapper.cs (1)
69public byte[] ReadFileAllBytes(string path)
ManagedFileSystem.cs (1)
52public byte[] ReadFileAllBytes(string path)
MSBuildOnWindowsFileSystem.cs (1)
41public byte[] ReadFileAllBytes(string path)
1 reference to ReadFileAllBytes
Microsoft.Build.Engine.OM.UnitTests (1)
CachingFileSystemWrapper.cs (1)
71return _fileSystem.ReadFileAllBytes(path);