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