Implemented interface member:
method
ReadFileAllBytes
Microsoft.Build.Shared.FileSystem.IFileSystem.ReadFileAllBytes(System.String)
1 override of ReadFileAllBytes
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2235public override byte[] ReadFileAllBytes(string path)
1 reference to ReadFileAllBytes
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2239return base.ReadFileAllBytes(path);