Implemented interface member:
method
ReadFileAllText
Microsoft.Build.Shared.FileSystem.IFileSystem.ReadFileAllText(System.String)
1 override of ReadFileAllText
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2228public override string ReadFileAllText(string path)
1 reference to ReadFileAllText
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2232return base.ReadFileAllText(path);