3 implementations of ReadFileAllBytes
Microsoft.Build.Tasks.Core (3)
CachingFileSystemWrapper.cs (1)
69
public byte[]
ReadFileAllBytes
(string path)
ManagedFileSystem.cs (1)
54
public byte[]
ReadFileAllBytes
(string path)
MSBuildOnWindowsFileSystem.cs (1)
41
public byte[]
ReadFileAllBytes
(string path)
6 references to ReadFileAllBytes
Microsoft.Build.Tasks.Core (6)
CachingFileSystemWrapper.cs (1)
71
return _fileSystem.
ReadFileAllBytes
(path);
ResourceHandling\MSBuildResXReader.cs (2)
269
byte[] byteArray = FileSystems.Default.
ReadFileAllBytes
(fileName);
278
byte[] byteArray = FileSystems.Default.
ReadFileAllBytes
(fileName);
TaskFactoryUtilities.cs (3)
182
Assembly assembly = Assembly.Load(FileSystems.Default.
ReadFileAllBytes
(assemblyPath));
275
return Assembly.Load(FileSystems.Default.
ReadFileAllBytes
(path));
283
return Assembly.Load(FileSystems.Default.
ReadFileAllBytes
(path));