Implemented interface member:
method
ReadFileAllBytes
Microsoft.Build.Shared.FileSystem.IFileSystem.ReadFileAllBytes(System.String)
1 reference to ReadFileAllBytes
Microsoft.Build (1)
MSBuildOnWindowsFileSystem.cs (1)
43
return ManagedFileSystem.Singleton().
ReadFileAllBytes
(path);